mirror of
https://github.com/mvanhorn/cli-printing-press.git
synced 2026-09-14 15:38:08 +08:00
38 lines
831 B
JSON
38 lines
831 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"packages": {
|
|
".": {
|
|
"release-type": "go",
|
|
"bump-minor-pre-major": true,
|
|
"changelog-sections": [
|
|
{
|
|
"type": "feat",
|
|
"section": "Features",
|
|
"hidden": false
|
|
},
|
|
{
|
|
"type": "fix",
|
|
"section": "Bug Fixes",
|
|
"hidden": false
|
|
},
|
|
{
|
|
"type": "refactor",
|
|
"section": "Code Refactoring",
|
|
"hidden": false
|
|
}
|
|
],
|
|
"extra-files": [
|
|
{
|
|
"type": "json",
|
|
"path": ".claude-plugin/plugin.json",
|
|
"jsonpath": "$.version"
|
|
},
|
|
{
|
|
"type": "generic",
|
|
"path": "internal/version/version.go"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|