mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-08 20:09:37 +00:00
17 lines
373 B
JSON
17 lines
373 B
JSON
{
|
|
"git": {
|
|
"commitMessage": "chore: release v${version}",
|
|
"tagName": "v${version}"
|
|
},
|
|
"npm": {
|
|
"publish": true
|
|
},
|
|
"github": {
|
|
"release": true,
|
|
"releaseName": "Claude Code UI v${version}",
|
|
"releaseNotes": "## Installation\n\n```bash\nnpx @siteboon/claude-code-ui@${version}\n```"
|
|
},
|
|
"hooks": {
|
|
"before:init": ["npm run build"]
|
|
}
|
|
} |