Skip to content

Commit 745cf52

Browse files
committed
chore: switch to changelogen for release
1 parent 239b531 commit 745cf52

File tree

2 files changed

+185
-786
lines changed

2 files changed

+185
-786
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"lint": "eslint --ext .ts . && prettier -c src",
3030
"typecheck": "tsc --noEmit",
3131
"prepack": "unbuild",
32-
"release": "pnpm test && standard-version && pnpm publish && git push --follow-tags",
32+
"release": "pnpm test && changelogen --release && pnpm publish && git push --follow-tags",
3333
"test": "pnpm lint && pnpm typecheck"
3434
},
3535
"dependencies": {
@@ -40,11 +40,11 @@
4040
},
4141
"devDependencies": {
4242
"@types/node": "^18.11.18",
43+
"changelogen": "^0.4.1",
4344
"consola": "^2.15.3",
4445
"eslint": "^8.32.0",
4546
"eslint-config-unjs": "^0.1.0",
4647
"prettier": "^2.8.3",
47-
"standard-version": "^9.5.0",
4848
"typescript": "^4.9.4",
4949
"unbuild": "^1.1.1"
5050
},

0 commit comments

Comments
 (0)