Skip to content

Commit

Permalink
chore(release): update release bash file
Browse files Browse the repository at this point in the history
  • Loading branch information
dgutride committed Dec 21, 2022
1 parent 84272b7 commit d3da6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ echo "Doing a release..."
# Update their versions and changelogs according to angular commit guidelines
# https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit

yarn run lerna publish --conventional-commits --create-release=github --dist-tag=alpha --no-verify-access --yes
yarn run lerna publish --conventional-commits --conventional-prerelease --create-release=github --no-private --dist-tag=alpha --no-verify-access --yes

0 comments on commit d3da6be

Please sign in to comment.