0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-22 19:38: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
about: Create a report to help us improve
title: "[BUG]"
labels: ''
title: ""
labels: 'bug'
assignees: ''
---

View File

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

View File

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

View File

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