mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 18:42:58 +00:00
20 lines
698 B
YAML
20 lines
698 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
name: release-please
|
|
jobs:
|
|
release-please:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 #v3.7.13
|
|
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>'
|