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:
parent
8843c55a0b
commit
608bfd1ba5
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,8 +1,8 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[BUG]"
|
||||
labels: ''
|
||||
title: ""
|
||||
labels: 'bug'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,8 +1,8 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: "[FEATURE]"
|
||||
labels: ''
|
||||
title: ""
|
||||
labels: 'enhancement'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
1
.github/workflows/generate_changelog.yml
vendored
1
.github/workflows/generate_changelog.yml
vendored
@ -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:
|
||||
|
2
.github_changelog_generator
Normal file
2
.github_changelog_generator
Normal file
@ -0,0 +1,2 @@
|
||||
since_tag=v0.4.4
|
||||
add-sections={"dependencies":{"prefix":"**Dependency updates:**","labels":["dependency"]}}
|
Loading…
Reference in New Issue
Block a user