mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-09 10:59:47 +00:00
18 lines
369 B
JSON
18 lines
369 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}",
|
|
"autoGenerate": true
|
|
},
|
|
"hooks": {
|
|
"before:init": ["npm run build"]
|
|
}
|
|
} |