Skip to content

Commit

Permalink
Merge pull request #4 from patternfly-labs/fix-stuff
Browse files Browse the repository at this point in the history
fix(package): reverse package versions, dry run
  • Loading branch information
nicolethoen authored Jun 5, 2023
2 parents e9b0ba9 + d241213 commit a686fbd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .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=alpha --no-verify-access --yes
# 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
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-alpha.6",
"version": "2.0.0-alpha.4",
"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-alpha.5",
"version": "2.0.0-alpha.3",
"description": "sub footer project two featurez",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit a686fbd

Please sign in to comment.