mirror of
https://github.com/outbackdingo/proxmox-cloud-controller-manager.git
synced 2026-01-27 18:20:07 +00:00
Make releases with release-please Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"pull-request-header": ":robot: I have created a release",
|
|
"pull-request-title-pattern": "chore: release v${version}",
|
|
"group-pull-request-title-pattern": "chore: release v${version}",
|
|
"packages": {
|
|
".": {
|
|
"changelog-path": "CHANGELOG.md",
|
|
"release-type": "go",
|
|
"skip-github-release": false,
|
|
"bump-minor-pre-major": true,
|
|
"include-v-in-tag": true,
|
|
"draft": false,
|
|
"draft-pull-request": true,
|
|
"prerelease": false,
|
|
"changelog-sections": [
|
|
{
|
|
"type": "feat",
|
|
"section": "Features",
|
|
"hidden": false
|
|
},
|
|
{
|
|
"type": "fix",
|
|
"section": "Bug Fixes",
|
|
"hidden": false
|
|
},
|
|
{
|
|
"type": "*",
|
|
"section": "Changelog",
|
|
"hidden": false
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |