fixing release-it

This commit is contained in:
simos
2025-09-23 10:35:14 +02:00
parent 58108c083c
commit 8c3ee770c3

View File

@@ -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"]