mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-08-22 19:38:35 +00:00
chore(ci)!: Update google-github-actions/release-please-action action (v3.7.13 → v4.0.2) (#905)
* chore(ci)!: Update google-github-actions/release-please-action action (v3.7.13 → v4.0.2) | datasource | package | from | to | | ----------- | ------------------------------------------- | ------- | ------ | | github-tags | google-github-actions/release-please-action | v3.7.13 | v4.0.2 | * update manifests Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --------- Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
parent
25db34b149
commit
d4832b3d59
10
.github/workflows/release-please.yml
vendored
10
.github/workflows/release-please.yml
vendored
@ -23,14 +23,6 @@ jobs:
|
|||||||
repositories: "${{ github.event.repository.name }}"
|
repositories: "${{ github.event.repository.name }}"
|
||||||
|
|
||||||
- name: Create / Update Release PR
|
- name: Create / Update Release PR
|
||||||
uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 #v3.7.13
|
uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4.0.2
|
||||||
with:
|
with:
|
||||||
token: "${{ steps.app-token.outputs.token }}"
|
token: "${{ steps.app-token.outputs.token }}"
|
||||||
release-type: go
|
|
||||||
bump-minor-pre-major: true
|
|
||||||
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>'
|
|
||||||
|
3
.release-please-manifest.json
Normal file
3
.release-please-manifest.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
".": "0.44.0"
|
||||||
|
}
|
@ -2,7 +2,7 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
proxmox = {
|
proxmox = {
|
||||||
source = "bpg/proxmox"
|
source = "bpg/proxmox"
|
||||||
version = "0.43.3"
|
version = "0.43.3"# x-release-please-version
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
proxmox = {
|
proxmox = {
|
||||||
source = "bpg/proxmox"
|
source = "bpg/proxmox"
|
||||||
version = "0.43.3"
|
version = "0.43.3"# x-release-please-version
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
proxmox = {
|
proxmox = {
|
||||||
source = "bpg/proxmox"
|
source = "bpg/proxmox"
|
||||||
version = "0.43.3"
|
version = "0.43.3"# x-release-please-version
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
proxmox = {
|
proxmox = {
|
||||||
source = "bpg/proxmox"
|
source = "bpg/proxmox"
|
||||||
version = "0.43.3"
|
version = "0.43.3"# x-release-please-version
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
39
release-please-config.json
Normal file
39
release-please-config.json
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
||||||
|
"signoff": "Pavel Boldyrev <627562+bpg@users.noreply.github.com>",
|
||||||
|
"packages": {
|
||||||
|
".": {
|
||||||
|
"changelog-path": "CHANGELOG.md",
|
||||||
|
"release-type": "go",
|
||||||
|
"skip-github-release": false,
|
||||||
|
"bump-minor-pre-major": true,
|
||||||
|
"include-v-in-tag": true,
|
||||||
|
"draft": false,
|
||||||
|
"prerelease": false,
|
||||||
|
"extra-files": [
|
||||||
|
"Makefile",
|
||||||
|
"howtos/cloud-image/centos-qcow2/provider.tf",
|
||||||
|
"howtos/cloud-image/debian-from-storage/provider.tf",
|
||||||
|
"howtos/cloud-image/ubuntu-img/provider.tf",
|
||||||
|
"howtos/cloud-init/native/provider.tf"
|
||||||
|
],
|
||||||
|
"changelog-sections": [
|
||||||
|
{
|
||||||
|
"type": "feat",
|
||||||
|
"section": "Features",
|
||||||
|
"hidden": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "fix",
|
||||||
|
"section": "Bug Fixes",
|
||||||
|
"hidden": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "chore",
|
||||||
|
"section": "Miscellaneous",
|
||||||
|
"hidden": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user