mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-01 02:52:58 +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:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
name: release-please
|
||||
workflow_dispatch: {}
|
||||
|
||||
jobs:
|
||||
release-please:
|
||||
runs-on: ubuntu-latest
|
||||
@ -11,6 +14,7 @@ jobs:
|
||||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
release-type: go
|
||||
bump-minor-pre-major: true
|
||||
extra-files: |
|
||||
Makefile
|
||||
skip-github-release: false
|
||||
|
Loading…
Reference in New Issue
Block a user