mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-13 10:03:49 -05:00
48 lines
1.0 KiB
YAML
48 lines
1.0 KiB
YAML
categories:
|
|
- title: 'Breaking Changes'
|
|
labels:
|
|
- 'breaking-change'
|
|
- title: 'Features'
|
|
labels:
|
|
- 'enhancement'
|
|
- title: 'Bug Fixes'
|
|
labels:
|
|
- 'bug'
|
|
- title: 'Documentation'
|
|
label: 'documentation'
|
|
- title: 'Maintenance'
|
|
labels:
|
|
- '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'
|
|
- 'chore'
|
|
- 'deployment'
|
|
- 'translation'
|
|
- 'dependencies'
|
|
- 'documentation'
|
|
- 'frontend'
|
|
- 'backend'
|
|
- 'ci-cd'
|
|
replacers: # Changes "Feature: Update checker" to "Update checker"
|
|
- search: '/Feature:?|Feat:?|\[feature\]/gi'
|
|
replace: ''
|
|
category-template: '### $TITLE'
|
|
change-template: '- $TITLE [@$AUTHOR](https://github.com/$AUTHOR) ([#$NUMBER]($URL))'
|
|
change-title-escapes: '\<*_&#@'
|
|
template: |
|
|
## paperless-ngx $RESOLVED_VERSION
|
|
|
|
$CHANGES
|