Update .grenrc.js

This commit is contained in:
Kalila 2021-09-07 19:03:32 -04:00 committed by GitHub
parent 542e070d2d
commit 88b0045258
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,8 @@ module.exports = {
"ignoreLabels": [
"enhancement",
"bugfix",
"CMake",
"unmerged-dev",
"CR Approved",
"QA Approved",
"allow-build-upload",
@ -33,11 +35,12 @@ module.exports = {
"rebuild",
"merge right before snip"
],
"onlyMilestones": true,
"onlyMilestones": false,
"groupBy": {
"Enhancements": ["enhancement"],
"Bug Fixes": ["bugfix"],
"Docs": ["docs"]
"Docs": ["docs"],
"In Development": ["unmerged-dev"]
},
"changelogFilename": "CHANGELOG.md"
}