Add changelog categories to expeditor configuration (#2079)

This will allow for four different changelog categories (in addition to the default)
that will be used based on PR label.

Signed-off-by: Adam Leff <adam@leff.co>
This commit is contained in:
Adam Leff 2017-08-15 17:32:14 -04:00 committed by GitHub
parent b28cc5ab35
commit a60071b920

View file

@ -8,6 +8,13 @@ github:
maintainer_group: chef/inspec-maintainers
version_tag_format: v{{version}}
changelog:
categories:
- "Type: New Resource": "New Resources"
- "Type: New Feature": "New Features"
- "Type: Enhancement": "Enhancements"
- "Type: Bug": "Bug Fixes"
merge_actions:
built_in:bump_version:
ignore_labels: