mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Append generated changelog to docs
This commit is contained in:
parent
b034e972b0
commit
843d229c3d
2 changed files with 22 additions and 2 deletions
5
.github/release-drafter.yml
vendored
5
.github/release-drafter.yml
vendored
|
|
@ -28,9 +28,10 @@ include-labels:
|
|||
replacers: # Changes "Feature: Update checker" to "Update checker"
|
||||
- search: '/Feature:|Feat:|\[feature\]/gi'
|
||||
replace: ''
|
||||
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
||||
category-template: '### $TITLE'
|
||||
change-template: '- $TITLE [@$AUTHOR](https://github.com/$AUTHOR) ([#$NUMBER]($URL))'
|
||||
change-title-escapes: '\<*_&#@'
|
||||
template: |
|
||||
# Changelog
|
||||
## paperless-ngx $RESOLVED_VERSION
|
||||
|
||||
$CHANGES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue