Skip to content

Commit 18c9675

Browse files
committed
chore: switch to changelogen for releases
1 parent c33b33a commit 18c9675

File tree

2 files changed

+258
-658
lines changed

2 files changed

+258
-658
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"build": "unbuild",
2828
"dev": "vitest",
2929
"lint": "eslint --ext .ts src",
30-
"prerelease": "pnpm test && pnpm build && standard-version -p && git push --follow-tags && pnpm publish --tag prerelease",
31-
"release": "pnpm test && pnpm build && standard-version && git push --follow-tags && pnpm publish",
30+
"release": "pnpm test && pnpm build && changelogen --release --push && pnpm publish",
3231
"test": "pnpm lint && pnpm vitest run --coverage && tsc --noEmit"
3332
},
3433
"dependencies": {
@@ -38,9 +37,9 @@
3837
"@nuxtjs/eslint-config-typescript": "^11.0.0",
3938
"@types/node": "^18.11.9",
4039
"@vitest/coverage-c8": "^0.25.2",
40+
"changelogen": "^0.5.1",
4141
"eslint": "^8.27.0",
4242
"expect-type": "^0.15.0",
43-
"standard-version": "^9.5.0",
4443
"typescript": "^4.9.3",
4544
"unbuild": "^0.9.4",
4645
"vite": "^3.2.4",

0 commit comments

Comments
 (0)