Skip to content

Commit

Permalink
release: finish automation
Browse files Browse the repository at this point in the history
Upon new versions, additional to the created NPM packages, there are now
tags and GitHub releases. They require tweaking for clients, but lift
our overall burden.
  • Loading branch information
warm-coolguy committed Feb 5, 2024
1 parent 08545c7 commit b4dd6f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/lib/testMountParameters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# CHANGELOG

## 1.3.0-mock.0

## 1.2.0

- Feature: Extend mock state to match current core state type.
Expand Down
2 changes: 0 additions & 2 deletions scripts/publishPackages.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,13 @@ for (const path of packages) {
const nextVersion = checkForNewVersion(path)
if (nextVersion) {
const context = { cwd: path, stdio: 'inherit' }
/*
cp.execSync('npm version ' + nextVersion, context)
cp.execSync(
'npm set //registry.npmjs.org/:_authToken ' +
process.env.NODE_AUTH_TOKEN,
{ cwd: path }
)
cp.execSync('npm publish --access=public', context)
*/
tags.push(`${getPackageName(path)}@${nextVersion}`)
}
} catch (e) {
Expand Down

0 comments on commit b4dd6f3

Please sign in to comment.