mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-02 03:22:59 +00:00
ci: configure release-please to bump minor version on breaking changes (#770)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
parent
8d12f93f7a
commit
a6772544f6
6
.github/workflows/release-please.yml
vendored
6
.github/workflows/release-please.yml
vendored
@ -1,8 +1,11 @@
|
|||||||
|
name: release-please
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
name: release-please
|
workflow_dispatch: {}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-please:
|
release-please:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -11,6 +14,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
release-type: go
|
release-type: go
|
||||||
|
bump-minor-pre-major: true
|
||||||
extra-files: |
|
extra-files: |
|
||||||
Makefile
|
Makefile
|
||||||
skip-github-release: false
|
skip-github-release: false
|
||||||
|
Loading…
Reference in New Issue
Block a user