Make changelog auto exclude stale and wontfix issues (#1081)

This commit is contained in:
Jonathan Wren 2020-11-14 13:15:06 -08:00 committed by GitHub
parent e75fa75e65
commit 616e33d2b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)