mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-02 19:43:00 +00:00
- bump x/crypto to v0.5.0 - bump indirect dependencies - add "chore" type of PRs to release notes
19 lines
575 B
YAML
19 lines
575 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
name: release-please
|
|
jobs:
|
|
release-please:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: google-github-actions/release-please-action@v3
|
|
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}]'
|