mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2026-01-08 08:04:23 +01:00
9 lines
144 B
JSON
9 lines
144 B
JSON
{
|
|
"plugins": {
|
|
"release-it-pnpm": {}
|
|
},
|
|
"git": {
|
|
"commitMessage": "chore: release v${version}",
|
|
"tagName": "v${version}"
|
|
}
|
|
} |