Skip to content

Commit 8990a3d

Browse files
committed
chore: add premajor script
1 parent c808c9b commit 8990a3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"docs:build": "vitepress build docs",
1919
"prepublishOnly": "npm run compile",
2020
"publish": "git push origin --tags && npm run changelog && git push origin",
21-
"release:prerelease": "npm version prerelease && npm publish --tag pre",
21+
"release:prerelease": "npm version prerelease --preid pre && npm publish --tag pre",
22+
"release:premajor": "npm version premajor --preid pre && npm publish --tag pre",
2223
"release:patch": "npm version patch && npm publish",
2324
"release:minor": "npm version minor && npm publish",
2425
"release:major": "npm version major && npm publish",

0 commit comments

Comments
 (0)