Skip to content

Commit 7cd4f9b

Browse files
authored
Update promote.sh to release 6.3.0
1 parent 15d8f5e commit 7cd4f9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/promote.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
1919
#fi
2020

2121
# 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
2323

2424
# immediately after promote - set up repo for next prerelease
2525
# 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

0 commit comments

Comments
 (0)