Skip to content

Commit

Permalink
fix(header): dry run from alpha 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen committed Jun 5, 2023
1 parent e66b41a commit ba4a38a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ echo "Doing a release..."
# 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 publish --conventional-commits --conventional-prerelease --no-private --dist-tag=alpha --no-verify-access --yes --no-git-tag-version --no-push
yarn run lerna version --conventional-commits --conventional-prerelease --no-private --dist-tag=alpha --no-verify-access --yes --no-git-tag-version --no-push
2 changes: 1 addition & 1 deletion packages/header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly-labs/header",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"main": "dist/index.js",
"description": "hello",
"scripts": {
Expand Down

0 comments on commit ba4a38a

Please sign in to comment.