Files
casecmp/.github/release-please-config.json

23 lines
551 B
JSON

{
"packages": {
".": {
"release-type": "go",
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": false,
"always-update": true,
"prerelease": false,
"extra-files": [
"chart/Chart.yaml",
{
"type": "yaml",
"path": "chart/values.yaml",
"jsonpath": "$.appVersion"
}
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}