Skip to content

Commit

Permalink
chore(release): remove dry run from release script
Browse files Browse the repository at this point in the history
  • Loading branch information
dgutride authored Jun 5, 2023
1 parent feb39a7 commit 0b0f8b5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ 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
# publish to github and npm
yarn run lerna publish --conventional-commits --conventional-prerelease --create-release=github --no-private --dist-tag=alpha --no-verify-access --yes

# dry run
# yarn run lerna version --conventional-commits --conventional-prerelease --no-private --yes --no-git-tag-version --no-push

0 comments on commit 0b0f8b5

Please sign in to comment.