mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
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:
parent
b28cc5ab35
commit
a60071b920
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue