plugin-barman-cloud/release-please-config.json
Francesco Canovai 6c6fdc0a7a
ci: update version in metadata (#229)
Fix the release-please configuration to update the version defined in
the code.

Closes #226

Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
2025-03-25 17:21:56 +01:00

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"
}