0
0
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:
Pavel Boldyrev 2023-12-06 10:43:02 -05:00 committed by GitHub
parent 8d12f93f7a
commit a6772544f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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