Skip to content

Commit

Permalink
fix(release): update releases no amend
Browse files Browse the repository at this point in the history
  • Loading branch information
dgutride committed Jun 6, 2023
1 parent 145eaa4 commit 50d30ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 --amend
yarn run lerna publish --conventional-commits --conventional-prerelease --create-release=github --no-private --dist-tag=prerelease --no-verify-access --yes

# dry run
# yarn run lerna version --conventional-commits --conventional-prerelease --no-private --yes --no-git-tag-version --no-push
2 changes: 1 addition & 1 deletion packages/footer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly-labs/footer",
"version": "2.0.0-prerelease.1",
"version": "2.0.0-prerelease.2",
"description": "footer project two",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sub-footer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly-labs/sub-footer",
"version": "2.0.0-prerelease.1",
"version": "2.0.0-prerelease.2",
"description": "sub footer project two feature",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 50d30ba

Please sign in to comment.