mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-08 19:19:38 +00:00
fixing release-it
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"git": {
|
||||
"commitMessage": "chore: release v${version}",
|
||||
"tagName": "v${version}"
|
||||
"commitMessage": "Release ${version}",
|
||||
"tagName": "v${version}",
|
||||
"changelog": "git log --pretty=format:\"* %s (%h)\" ${from}...${to}"
|
||||
},
|
||||
"npm": {
|
||||
"publish": true
|
||||
@@ -9,7 +10,7 @@
|
||||
"github": {
|
||||
"release": true,
|
||||
"releaseName": "Claude Code UI v${version}",
|
||||
"releaseNotes": "## Installation\n\n```bash\nnpx @siteboon/claude-code-ui@${version}\n```"
|
||||
"releaseNotes": "## Installation\n\n```bash\nnpx @siteboon/claude-code-ui@${version}\n```\n\n## Changes\n\n${changelog}",
|
||||
},
|
||||
"hooks": {
|
||||
"before:init": ["npm run build"]
|
||||
|
||||
Reference in New Issue
Block a user