File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
19
19
# fi
20
20
21
21
# publish to npm
22
- # yarn run lerna publish --conventional-commits --conventional-graduate --no-private --dist-tag=latest --yes
22
+ yarn run lerna publish --conventional-commits --conventional-graduate --no-private --dist-tag=latest --yes
23
23
24
24
# immediately after promote - set up repo for next prerelease
25
25
# yarn run lerna version preminor --force-publish --conventional-commits --no-private --yes --preid prerelease
26
26
27
27
# 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
29
29
30
30
You can’t perform that action at this time.
0 commit comments