mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-10 21:03:12 +01:00
Fix the release-please configuration to update the version defined in the code. Closes #226 Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
19 lines
479 B
JSON
19 lines
479 B
JSON
{
|
|
"changelog-path": "CHANGELOG.md",
|
|
"release-type": "go",
|
|
"bump-minor-pre-major": true,
|
|
"bump-patch-for-minor-pre-major": false,
|
|
"draft": false,
|
|
"extra-files": [
|
|
"README.md",
|
|
"internal/cnpgi/metadata/constants.go"
|
|
],
|
|
"prerelease": false,
|
|
"packages": {
|
|
".": {}
|
|
},
|
|
"plugins": [ "sentence-case" ],
|
|
"signoff": "Peggie <info@cloudnative-pg.io>",
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
|
|
}
|