mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-29 18:21:10 +00:00
* chore(docs): update terraform proxmox (0.70.0 → 0.70.1) | datasource | package | from | to | | ------------------ | ----------- | ------ | ------ | | terraform-provider | bpg/proxmox | 0.70.0 | 0.70.1 | * chore(config): add provider.tf for clone-vm example to release config Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --------- Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
42 lines
1.4 KiB
JSON
42 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",
|
|
"examples/guides/clone-vm/provider.tf"
|
|
],
|
|
"changelog-sections": [
|
|
{
|
|
"type": "feat",
|
|
"section": "Features",
|
|
"hidden": false
|
|
},
|
|
{
|
|
"type": "fix",
|
|
"section": "Bug Fixes",
|
|
"hidden": false
|
|
},
|
|
{
|
|
"type": "chore",
|
|
"section": "Miscellaneous",
|
|
"hidden": false
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|