Skip to content

Commit

Permalink
chore(amend): amend last commit on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dgutride authored Jun 6, 2023
1 parent ea36b6b commit 2d80269
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 @@ -14,7 +14,7 @@ echo "Doing a release..."
# https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit

# publish to github and npm
yarn run lerna publish --conventional-commits --conventional-prerelease --create-release=github --no-private --dist-tag=prerelease --no-verify-access --yes
yarn run lerna publish --conventional-commits --conventional-prerelease --create-release=github --no-private --dist-tag=prerelease --no-verify-access --yes --amend

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

0 comments on commit 2d80269

Please sign in to comment.