mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-01 02:52:58 +00:00
chore(deps): revert bump google-github-actions/release-please-action from 3.7.13 to 4.0.0 (#768)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
parent
5a56845dcd
commit
8d12f93f7a
18
.github/workflows/release-please.yml
vendored
18
.github/workflows/release-please.yml
vendored
@ -1,19 +1,19 @@
|
|||||||
name: release-please
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
workflow_dispatch: {}
|
name: release-please
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
pull-requests: write
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-please:
|
release-please:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: google-github-actions/release-please-action@a6d1fd9854c8c40688a72f7e4b072a1e965860a0 #v4.0.0
|
- uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 #v3.7.13
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
|
release-type: go
|
||||||
|
extra-files: |
|
||||||
|
Makefile
|
||||||
|
skip-github-release: false
|
||||||
|
include-v-in-tag: true
|
||||||
|
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'
|
||||||
|
signoff: 'GitHub Bot <48106979+bpg-bot@users.noreply.github.com>'
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"packages": {
|
|
||||||
".": {
|
|
||||||
"release-type": "go"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"bump-minor-pre-major": true,
|
|
||||||
"extra-files": [
|
|
||||||
"Makefile"
|
|
||||||
],
|
|
||||||
"include-v-in-tag": true,
|
|
||||||
"signoff": "GitHub Bot <48106979+bpg-bot@users.noreply.github.com>",
|
|
||||||
"skip-github-releases": false
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user