mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-02-14 20:57:32 +00:00
fixing release-it
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"git": {
|
"git": {
|
||||||
"commitMessage": "chore: release v${version}",
|
"commitMessage": "Release ${version}",
|
||||||
"tagName": "v${version}"
|
"tagName": "v${version}",
|
||||||
|
"changelog": "git log --pretty=format:\"* %s (%h)\" ${from}...${to}"
|
||||||
},
|
},
|
||||||
"npm": {
|
"npm": {
|
||||||
"publish": true
|
"publish": true
|
||||||
@@ -9,7 +10,7 @@
|
|||||||
"github": {
|
"github": {
|
||||||
"release": true,
|
"release": true,
|
||||||
"releaseName": "Claude Code UI v${version}",
|
"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": {
|
"hooks": {
|
||||||
"before:init": ["npm run build"]
|
"before:init": ["npm run build"]
|
||||||
|
|||||||
Reference in New Issue
Block a user