Skip to content

Commit

Permalink
chore: add premajor script
Browse files Browse the repository at this point in the history
  • Loading branch information
fratzinger committed Sep 27, 2022
1 parent c808c9b commit 8990a3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"docs:build": "vitepress build docs",
"prepublishOnly": "npm run compile",
"publish": "git push origin --tags && npm run changelog && git push origin",
"release:prerelease": "npm version prerelease && npm publish --tag pre",
"release:prerelease": "npm version prerelease --preid pre && npm publish --tag pre",
"release:premajor": "npm version premajor --preid pre && npm publish --tag pre",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
Expand Down

0 comments on commit 8990a3d

Please sign in to comment.