Add GitHub Changelog Generator configuration file (#4705)

This commit is contained in:
jonpas 2016-11-25 00:14:28 +01:00 committed by Glowbal
parent 30f492d704
commit a6fa317d93
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# No issues and PRs without labels
issues=false
pr-wo-labels=false
# Issues are disabled, don't fetch them
max-issues=0
# Label filters
exclude-labels=by design,can't reproduce,duplicate,question,invalid,wontfix,translation,ignore changelog
bug-labels=conflict,bug,critical bug
enhancement-labels=enhancement,feature request,Focus Feature
# Tag is created before generating changelog for release candidates
unreleased=false
# No section labels, we only want a list of merged PRs (label separation only works for Issues)
simple-list=true
# Misc
author=false
compare-link=false
header-label=## Change Log Summary

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ texHeaders.bin
*.swo
*.biprivatekey
Thumbs.db
CHANGELOG.md