0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 10:33:46 +00:00

chore(deps): bump google-github-actions/release-please-action from 3.7.13 to 4.0.0 (#761)

* chore(deps): bump google-github-actions/release-please-action

Bumps [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action) from 3.7.13 to 4.0.0.
- [Release notes](https://github.com/google-github-actions/release-please-action/releases)
- [Changelog](https://github.com/google-github-actions/release-please-action/blob/main/CHANGELOG.md)
- [Commits](db8f2c60ee...a6d1fd9854)

---
updated-dependencies:
- dependency-name: google-github-actions/release-please-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update release-please configuration

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

* Add bump-minor-pre-major flag to release-please
manifest

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-12-05 12:43:19 -05:00 committed by GitHub
parent f1450cb6dd
commit 5dd8c8794a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 9 deletions

View File

@ -1,19 +1,18 @@
name: release-please
on:
push:
branches:
- main
name: release-please
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 #v3.7.13
- uses: google-github-actions/release-please-action@a6d1fd9854c8c40688a72f7e4b072a1e965860a0 #v4.0.0
with:
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>'

View File

@ -0,0 +1,14 @@
{
"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,
"packages": {
".": {
"release-type": "go"
}
}
}