0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-23 03:48:35 +00:00

tweak changelog generation

This commit is contained in:
Pavel Boldyrev 2021-09-09 08:09:03 -04:00
parent 8843c55a0b
commit 608bfd1ba5
No known key found for this signature in database
GPG Key ID: 9A3B05A2B8921AD9
4 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,8 @@
--- ---
name: Bug report name: Bug report
about: Create a report to help us improve about: Create a report to help us improve
title: "[BUG]" title: ""
labels: '' labels: 'bug'
assignees: '' assignees: ''
--- ---

View File

@ -1,8 +1,8 @@
--- ---
name: Feature request name: Feature request
about: Suggest an idea for this project about: Suggest an idea for this project
title: "[FEATURE]" title: ""
labels: '' labels: 'enhancement'
assignees: '' assignees: ''
--- ---

View File

@ -21,7 +21,6 @@ jobs:
uses: charmixer/auto-changelog-action@v1 uses: charmixer/auto-changelog-action@v1
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
since_tag: v0.4.4
- uses: stefanzweifel/git-auto-commit-action@v4 - uses: stefanzweifel/git-auto-commit-action@v4
with: with:

View File

@ -0,0 +1,2 @@
since_tag=v0.4.4
add-sections={"dependencies":{"prefix":"**Dependency updates:**","labels":["dependency"]}}