plugin-barman-cloud/release-please-config.json
Marco Nenciarini 912d232abd
ci(release): fix version number in metadata
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
2025-03-21 19:36:35 +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"
}