0
0
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:
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: 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