mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Make changelog auto exclude stale and wontfix issues (#1081)
This commit is contained in:
parent
e75fa75e65
commit
616e33d2b4
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ base=CHANGELOG.md
|
||||||
issues=true
|
issues=true
|
||||||
issues-wo-labels=false
|
issues-wo-labels=false
|
||||||
include-labels=bug,enhancement,documentation,build,deprecated
|
include-labels=bug,enhancement,documentation,build,deprecated
|
||||||
|
exclude-labels=stale,wontfix
|
||||||
release-url=https://pypi.org/project/jrnl/%s/
|
release-url=https://pypi.org/project/jrnl/%s/
|
||||||
add-sections={ "build": { "prefix": "**Build:**", "labels": ["build"]}, "docs": { "prefix": "**Updated documentation:**", "labels": ["documentation"]}}
|
add-sections={ "build": { "prefix": "**Build:**", "labels": ["build"]}, "docs": { "prefix": "**Updated documentation:**", "labels": ["documentation"]}}
|
||||||
exclude-tags-regex=(alpha|beta|rc)
|
exclude-tags-regex=(alpha|beta|rc)
|
||||||
|
|
Loading…
Add table
Reference in a new issue