mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
add config file for changelog generator
This commit is contained in:
parent
3762c008a6
commit
6d53ed1d94
1 changed files with 9 additions and 0 deletions
9
.github_changelog_generator
Normal file
9
.github_changelog_generator
Normal file
|
@ -0,0 +1,9 @@
|
|||
project=jrnl
|
||||
user=jrnl-org
|
||||
base=CHANGELOG.md
|
||||
issues=false
|
||||
issues-wo-labels=false
|
||||
include-labels=bug,enhancement,documentation,build,deprecated
|
||||
release-url='https://pypi.org/project/jrnl/%s/'
|
||||
add-sections={ "build": { "prefix": "**Build:**", "labels": ["build"]}, "docs": { "prefix": "**Updated documentation:**", "labels": ["documentation"]}}
|
||||
exclude-tags-regex=(alpha|beta|rc)
|
Loading…
Add table
Reference in a new issue