mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-09 03:19:37 +00:00
Adding changelog to release-it
This commit is contained in:
19
.release-it.json
Normal file
19
.release-it.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"git": {
|
||||
"commitMessage": "chore: release v${version}",
|
||||
"tagName": "v${version}",
|
||||
"changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs"
|
||||
},
|
||||
"npm": {
|
||||
"publish": true
|
||||
},
|
||||
"github": {
|
||||
"release": true,
|
||||
"releaseName": "Claude Code UI v${version}",
|
||||
"releaseNotes": "## Installation\n\n```bash\nnpx @siteboon/claude-code-ui@${version}\n```\n\n## Changes\n\n${changelog}"
|
||||
},
|
||||
"hooks": {
|
||||
"before:init": ["npm run build"],
|
||||
"after:release": ["npx auto-changelog --package"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user