modified: .release-it.json

This commit is contained in:
simos
2025-09-23 10:35:38 +02:00
parent 8c3ee770c3
commit af9e9eec02

View File

@@ -10,7 +10,7 @@
"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}",
"releaseNotes": "## Installation\n\n```bash\nnpx @siteboon/claude-code-ui@${version}\n```\n\n## Changes\n\n${changelog}"
},
"hooks": {
"before:init": ["npm run build"]