mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-09 04:49:37 +00:00
19 lines
646 B
JSON
19 lines
646 B
JSON
{
|
|
"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"]
|
|
}
|
|
} |