mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-09 10:59:47 +00:00
18 lines
469 B
JSON
18 lines
469 B
JSON
{
|
|
"git": {
|
|
"commitMessage": "Release ${version}",
|
|
"tagName": "v${version}",
|
|
"changelog": "git log --pretty=format:\"* %s (%h)\" ${from}...${to}"
|
|
},
|
|
"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"]
|
|
}
|
|
} |