Exclude 2.0 Release PRs from current changelog (#1953)

PRs that get merged to the 'release-2.0' branch will
have this label applied which we want to ensure do
not get included in the existing CHANGELOG.md

Signed-off-by: Adam Leff <adam@leff.co>
This commit is contained in:
Adam Leff 2017-06-23 10:43:32 -04:00 committed by Christoph Hartmann
parent 81e617e1ad
commit c808712182

View file

@ -38,7 +38,7 @@ begin
# Group PRs by section accordingly
config.enhancement_labels = ['enhancement', 'feature request', 'new feature']
config.bug_labels = ['bug']
config.exclude_labels = ['docs', 'duplicate', 'invalid', 'question', 'wontfix', 'www', 'Exclude From Changelog']
config.exclude_labels = ['docs', 'duplicate', 'invalid', 'question', 'wontfix', 'www', 'Exclude From Changelog', '2.0 Release']
end
end