mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
45 lines
877 B
YAML
45 lines
877 B
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'
|
|
category-template: '### $TITLE'
|
|
change-template: '- $TITLE @$AUTHOR ([#$NUMBER]($URL))'
|
|
change-title-escapes: '\<*_&#@'
|
|
template: |
|
|
## paperless-ngx $RESOLVED_VERSION
|
|
|
|
$CHANGES
|