Skip to content

Commit c0036f3

Browse files
committed
chore: add changelogen
1 parent ccd2bbf commit c0036f3

File tree

2 files changed

+148
-1
lines changed

2 files changed

+148
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dev": "unbuild --stub",
4141
"lint": "eslint --max-warnings 0 .",
4242
"prepublishOnly": "nr build",
43-
"release": "bumpp && npm publish",
43+
"release": "changelogen --clean --output && prettier --write CHANGELOG.md && git add CHANGELOG.md && bumpp && npm publish",
4444
"start": "esno src/index.ts",
4545
"test": "vitest",
4646
"typecheck": "tsc --noEmit",
@@ -62,6 +62,7 @@
6262
"@typescript-eslint/parser": "^6.13.1",
6363
"@unocss/preset-mini": "^0.56.0",
6464
"bumpp": "^9.2.0",
65+
"changelogen": "^0.5.5",
6566
"eslint": "^8.54.0",
6667
"eslint-config-prettier": "^9.0.0",
6768
"eslint-plugin-unicorn": "^49.0.0",

pnpm-lock.yaml

Lines changed: 146 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)