Skip to content

Commit

Permalink
fix(release): update version script
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen committed Jun 5, 2023
1 parent b69bb85 commit 7911494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ 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 --conventional-prerelease --create-release=github --no-private --dist-tag=alpha --no-verify-access --yes
yarn run lerna version --conventional-commits --conventional-prerelease --no-private --yes --no-git-tag-version --no-push
yarn run lerna publish --conventional-commits --conventional-prerelease --create-release=github --no-private --dist-tag=alpha --no-verify-access --yes
# yarn run lerna version --conventional-commits --conventional-prerelease --no-private --yes --no-git-tag-version --no-push

0 comments on commit 7911494

Please sign in to comment.