plugin-barman-cloud/release-please-config.json
Francesco Canovai e13a60f15c
ci: improve release-please (#105)
Add sentence-case plugin and move a few parameters from the command
line to the configuration.

Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
2024-12-12 16:38:16 +01:00

16 lines
420 B
JSON

{
"changelog-path": "CHANGELOG.md",
"release-type": "go",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"packages": {
".": {}
},
"plugins": [ "sentence-case" ],
"release-as": "0.1.0",
"signoff": "Peggie <info@cloudnative-pg.io>",
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}