mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-08 19:09:39 +00:00
21 lines
486 B
JSON
21 lines
486 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": {
|
|
"commit": "* ${commit.subject} (${sha}){ - thanks @${author.login}!}",
|
|
"excludeMatches": ["viper151"]
|
|
}
|
|
},
|
|
"hooks": {
|
|
"before:init": ["npm run build"]
|
|
}
|
|
} |