mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-05 05:24:01 +00:00
fix(ci): fix release-please config after version bump (part2) (#767)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
parent
f2d76d7d69
commit
5a56845dcd
1
.github/workflows/release-please.yml
vendored
1
.github/workflows/release-please.yml
vendored
@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
workflow_dispatch: {}
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
7
.release-please-manifest.json
Normal file
7
.release-please-manifest.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"packages": {
|
||||||
|
".": {
|
||||||
|
"release-type": "go"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -5,10 +5,5 @@
|
|||||||
],
|
],
|
||||||
"include-v-in-tag": true,
|
"include-v-in-tag": true,
|
||||||
"signoff": "GitHub Bot <48106979+bpg-bot@users.noreply.github.com>",
|
"signoff": "GitHub Bot <48106979+bpg-bot@users.noreply.github.com>",
|
||||||
"skip-github-releases": false,
|
"skip-github-releases": false
|
||||||
"packages": {
|
|
||||||
".": {
|
|
||||||
"release-type": "go"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user