mirror of
https://github.com/jimeh/casecmp.git
synced 2026-02-19 02:16:40 +00:00
27 lines
637 B
JSON
27 lines
637 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": [
|
|
{
|
|
"type": "yaml",
|
|
"path": "chart/Chart.yaml",
|
|
"jsonpath": "appVersion"
|
|
},
|
|
{
|
|
"type": "yaml",
|
|
"path": "chart/Chart.yaml",
|
|
"jsonpath": "version"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
|
|
}
|