mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Manually link authors only in docs/changelog.md
This commit is contained in:
parent
18a2a41682
commit
a4c4b81297
2 changed files with 3 additions and 4 deletions
5
.github/release-drafter.yml
vendored
5
.github/release-drafter.yml
vendored
|
|
@ -35,11 +35,8 @@ include-labels:
|
|||
- '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-template: '- $TITLE @$AUTHOR ([#$NUMBER]($URL))'
|
||||
change-title-escapes: '\<*_&#@'
|
||||
template: |
|
||||
## paperless-ngx $RESOLVED_VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue