plugin-barman-cloud/release-please-config.json
Francesco Canovai cd03c556ef
feat: release-please cleanup (#115)
Stop forcing the initial version to 0.1.0, to allow for release-please
version updates. Also, automate the update of the README on release.

Closes #114

Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
2024-12-17 14:36:54 +01:00

18 lines
435 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"
],
"prerelease": false,
"packages": {
".": {}
},
"plugins": [ "sentence-case" ],
"signoff": "Peggie <info@cloudnative-pg.io>",
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}