Skip to content

Commit 135a90e

Browse files
committed
chore: update release script
1 parent b3789de commit 135a90e

File tree

2 files changed

+577
-834
lines changed

2 files changed

+577
-834
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@
3434
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
3535
"lint": "eslint .",
3636
"prepublishOnly": "pnpm run prepack",
37-
"release": "pnpm test && standard-version && git push --follow-tags && npm publish",
37+
"release": "pnpm lint && pnpm test && changelogen --release && npm publish && git push --follow-tags",
3838
"test": "vitest run --coverage"
3939
},
4040
"dependencies": {
4141
"@nuxt/kit": "^3.13.1",
42+
"changelogen": "^0.5.5",
4243
"pathe": "^1.1.2",
4344
"pkg-types": "^1.1.3",
4445
"semver": "^7.6.3"
@@ -57,7 +58,6 @@
5758
"eslint": "^9.9.0",
5859
"husky": "9.1.4",
5960
"nuxt": "^3.13.1",
60-
"standard-version": "^9.5.0",
6161
"typescript": "^5.5.4",
6262
"vitest": "^2.0.5",
6363
"vue-tsc": "^2.0.29"

0 commit comments

Comments
 (0)