File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
2222# yarn run lerna publish --conventional-commits --conventional-graduate --no-private --dist-tag=latest --yes
2323
2424# immediately after promote - set up repo for next prerelease
25- yarn run lerna version preminor --force-publish --conventional-commits --no-private --yes --preid prerelease
25+ # yarn run lerna version preminor --force-publish --conventional-commits --no-private --yes --preid prerelease
2626
2727# dry run
28- # yarn run lerna version --conventional-commits --conventional-graduate --no-private --yes --no-git-tag-version --no-push
28+ yarn run lerna version --conventional-commits --conventional-graduate --no-private --yes --no-git-tag-version --no-push
2929
3030
You can’t perform that action at this time.
0 commit comments