Skip to content

Commit

Permalink
chore(misc): publish 14.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed May 19, 2022
1 parent bc9297a commit 3275d90
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"packages": ["build/packages/*"],
"version": "14.1.7",
"packages": [
"build/packages/*"
],
"version": "14.1.8",
"granularPathspec": false,
"command": {
"publish": {
Expand Down
12 changes: 12 additions & 0 deletions scripts/nx-release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,18 @@ function parseArgs() {
description: 'Log Level',
choices: ['error', 'info', 'debug'],
})
.example(
'$0',
`By default, this will publish a minor version bump locally as latest. Great for local development. Most developers can run just this.`
)
.example(
'GH_TOKEN=<gh_token> $0 --local false',
`This will publish a new beta version to npm. The version is inferred by the changes. Note: `
)
.example(
'GH_TOKEN=<gh_token> $0 --local false --tag latest',
`This will publish a new latest version to NPM. The version is inferred by the changes.`
)
.group(
['local', 'clearLocalRegistry'],
'Local Publishing Options for most developers'
Expand Down

0 comments on commit 3275d90

Please sign in to comment.