mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2025-12-26 09:44:21 +01:00
20 lines
352 B
JSON
20 lines
352 B
JSON
{
|
|
"$schema": "https://unpkg.com/release-it@17/schema/release-it.json",
|
|
"plugins": {
|
|
"release-it-pnpm": {
|
|
"inFile": "CHANGELOG.md"
|
|
}
|
|
},
|
|
"git": {
|
|
"commitMessage": "chore: release v${version}",
|
|
"tagName": "v${version}"
|
|
},
|
|
"github": {
|
|
"release": true
|
|
},
|
|
"npm": {
|
|
"publish": true,
|
|
"skipChecks": false
|
|
}
|
|
}
|