0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 10:33:46 +00:00
terraform-provider-proxmox/release-please-config.json
Pavel Boldyrev 49a76bb1a1
fix(docs): fix documentation tree structure in the TF registry (#980)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-27 22:16:53 -05:00

41 lines
1.4 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"signoff": "Pavel Boldyrev <627562+bpg@users.noreply.github.com>",
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "go",
"skip-github-release": false,
"bump-minor-pre-major": true,
"include-v-in-tag": true,
"draft": false,
"prerelease": false,
"extra-files": [
"Makefile",
"examples/guides/cloud-image/centos-qcow2/provider.tf",
"examples/guides/cloud-image/debian-from-storage/provider.tf",
"examples/guides/cloud-image/ubuntu-img/provider.tf",
"examples/guides/cloud-init/custom/provider.tf",
"examples/guides/cloud-init/native/provider.tf"
],
"changelog-sections": [
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "fix",
"section": "Bug Fixes",
"hidden": false
},
{
"type": "chore",
"section": "Miscellaneous",
"hidden": false
}
]
}
}
}