Skip to content

Commit

Permalink
chore(script): add script for release candidate (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedMok authored and tiloyi committed Aug 30, 2022
1 parent 1335a8c commit 9b5f0b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,10 @@
"predevelop": "yarn tokens:clean-build",
"release": "npx lerna version --conventional-commits --conventional-graduate --changelog-preset angular --message 'chore(release): publish %s' --create-release=github",
"releaseBeta": "npx lerna version --conventional-commits --conventional-prerelease --changelog-preset angular --message 'chore(release): publish %s' --create-release=github --preid beta",
"releaseCandidate": "npx lerna version premajor --conventional-commits --conventional-prerelease --changelog-preset angular --message 'chore(release): publish %s' --create-release=github --preid rc",
"npm:publish": "npx lerna exec --bail=false npm publish",
"npm:publishBeta": "npx lerna exec --bail=false npm publish --tag beta",
"npm:publishCandidate": "npx lerna exec --bail=false npm publish --tag rc",
"unit": "jest --projects ./packages/*/jest.config.js --coverage --verbose --color --no-cache",
"unit:watch": "jest --watch --silent",
"unit:coverage": "jest --coverage --collectCoverageFrom='**/*.js'",
Expand Down

0 comments on commit 9b5f0b9

Please sign in to comment.