forked from bpg/terraform-provider-proxmox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
release-please-config.json
40 lines (40 loc) · 1.39 KB
/
release-please-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"signoff": "Pavel Boldyrev <[email protected]>",
"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
}
]
}
}
}