mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-04 21:14:05 +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:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch: {}
|
||||
|
||||
permissions:
|
||||
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,
|
||||
"signoff": "GitHub Bot <48106979+bpg-bot@users.noreply.github.com>",
|
||||
"skip-github-releases": false,
|
||||
"packages": {
|
||||
".": {
|
||||
"release-type": "go"
|
||||
}
|
||||
}
|
||||
"skip-github-releases": false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user