Skip to content

Commit

Permalink
Update lerna invocations. (redwoodjs#2817)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterp authored Jun 12, 2021
1 parent b33a419 commit c759c3a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ git commit -am "<version>"
git tag -am <version> "<version>"
git push && git push --tags
yarn build
yarn lerna publish from-package
yarn framework lerna publish from-package
```

This...
Expand Down
2 changes: 1 addition & 1 deletion tasks/publish-canary
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# It is run when a branch is merged to main.
# https://github.com/lerna/lerna/tree/master/commands/publish#--canary

yarn lerna publish --force-publish --canary --include-merged-tags --preid canary --dist-tag canary --yes
yarn framework lerna publish --force-publish --canary --include-merged-tags --preid canary --dist-tag canary --yes
2 changes: 1 addition & 1 deletion tasks/publish-rc
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# It is run when a branch is merged to main.
# https://github.com/lerna/lerna/tree/master/commands/publish#--canary

yarn lerna publish --force-publish --canary --preid rc --dist-tag rc --yes
yarn framework lerna publish --force-publish --canary --preid rc --dist-tag rc --yes
2 changes: 1 addition & 1 deletion tasks/update-package-versions
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const updatePackageVersion = (pkgPath, version) => {

const cwd = path.join(__dirname, '../')
const cmd = [
'yarn lerna version',
'yarn framework lerna version',
version,
'--force-publish',
'--no-push',
Expand Down

0 comments on commit c759c3a

Please sign in to comment.