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