Draft more comprehensive changelog

This commit is contained in:
Quinn Casey 2022-08-10 17:45:01 -07:00
parent 5dd4d0c370
commit 8d3361766d

View File

@ -15,9 +15,15 @@ categories:
- 'chore'
- 'deployment'
- 'translation'
- 'ci-cd'
- title: 'Dependencies'
collapse-after: 3
label: 'dependencies'
- title: 'All App Changes'
labels:
- 'frontend'
- 'backend'
collapse-after: 0
include-labels:
- 'enhancement'
- 'bug'
@ -26,8 +32,11 @@ include-labels:
- 'translation'
- 'dependencies'
- 'documentation'
- 'frontend'
- 'backend'
- 'ci-cd'
replacers: # Changes "Feature: Update checker" to "Update checker"
- search: '/Feature:|Feat:|\[feature\]/gi'
- search: '/Feature:?|Feat:?|\[feature\]/gi'
replace: ''
category-template: '### $TITLE'
change-template: '- $TITLE [@$AUTHOR](https://github.com/$AUTHOR) ([#$NUMBER]($URL))'