Skip to content

Commit 840ac40

Browse files
committed
feat: add major release script to package.json
1 parent 69fc9f4 commit 840ac40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"docs": "pnpm dev:prepare && nuxt dev docs --uiDev",
5252
"docs:build": "pnpm dev:prepare && nuxt build docs",
5353
"release": "pnpm lint && pnpm test && pnpm typecheck && pnpm prepack && changelogen --release && pnpm publish && git push --follow-tags",
54+
"release:major": "pnpm lint && pnpm test && pnpm typecheck && pnpm prepack && changelogen --release --major && pnpm publish && git push --follow-tags",
5455
"lint": "eslint .",
5556
"lint:fix": "eslint . --fix",
5657
"test": "cd playground/ && vitest run",

0 commit comments

Comments
 (0)