mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Create release-drafter.yml
[ci skip]
This commit is contained in:
parent
493d9875d4
commit
ae895a4aec
34
.github/release-drafter.yml
vendored
Normal file
34
.github/release-drafter.yml
vendored
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
categories:
|
||||||
|
- title: 'Features'
|
||||||
|
labels:
|
||||||
|
- 'enhancement'
|
||||||
|
- title: 'Bug Fixes'
|
||||||
|
labels:
|
||||||
|
- 'bug'
|
||||||
|
- title: 'Documentation'
|
||||||
|
label: 'documentation'
|
||||||
|
- title: 'Maintenance'
|
||||||
|
labels:
|
||||||
|
- 'chore'
|
||||||
|
- 'deployment'
|
||||||
|
- 'translation'
|
||||||
|
- title: 'Dependencies'
|
||||||
|
collapse-after: 3
|
||||||
|
label: 'dependencies'
|
||||||
|
include-labels:
|
||||||
|
- 'enhancement'
|
||||||
|
- 'bug'
|
||||||
|
- 'chore'
|
||||||
|
- 'deployment'
|
||||||
|
- 'translation'
|
||||||
|
- 'dependencies'
|
||||||
|
replacers: # Changes "Feature: Update checker" to "Update checker"
|
||||||
|
- search: '/Feature:|Feat:|\[feature\]/gi'
|
||||||
|
replace: ''
|
||||||
|
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
||||||
|
change-title-escapes: '\<*_&#@'
|
||||||
|
tag-prefix: "ngx-"
|
||||||
|
template: |
|
||||||
|
## Changelog
|
||||||
|
|
||||||
|
$CHANGES
|
Loading…
x
Reference in New Issue
Block a user