Skip to content

Commit ea43920

Browse files
committed
feat: add changelog generation to release pipeline
1 parent ef7f93d commit ea43920

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

release.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const config: GlobalConfig = {
4242
},
4343
},
4444
],
45+
"@semantic-release/changelog",
4546
"@semantic-release/npm",
4647
[
4748
"@semantic-release/exec",
@@ -58,6 +59,7 @@ const config: GlobalConfig = {
5859
"pnpm-lock.yaml",
5960
".claude-plugin/plugin.json",
6061
"server.json",
62+
"CHANGELOG.md",
6163
],
6264
message: "chore(release): v${nextRelease.version} [skip ci]",
6365
},

0 commit comments

Comments
 (0)