Skip to content

Commit a2738ae

Browse files
committed
feat: auto generate CHANGELOG
1 parent 3d7b69b commit a2738ae

File tree

4 files changed

+368
-139
lines changed

4 files changed

+368
-139
lines changed

CHANGELOG.md

Whitespace-only changes.

bump.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ export default defineConfig({
77
push: true,
88
all: true,
99
confirm: true,
10+
execute: 'pnpm changelogen',
1011
})

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"test": "vitest",
3939
"coverage": "vitest run --coverage",
4040
"commit": "git-cz",
41+
"changelogen": "changelogen -r $npm_package_version --output",
4142
"prerelease": "pnpm build && pnpm coverage",
4243
"release": "bumpp",
4344
"prepare": "husky"
@@ -50,6 +51,7 @@
5051
"@types/node": "22",
5152
"@vitest/coverage-v8": "3.0.6",
5253
"bumpp": "^9.10.2",
54+
"changelogen": "^0.6.2",
5355
"commitizen": "^4.3.1",
5456
"eslint": "^9.18.0",
5557
"eslint-plugin-format": "^1.0.1",

0 commit comments

Comments
 (0)