treasuremap/.grenrc.js
Sean Eagan fdc6c21aa5 Add Github Release Notes Automation
Change-Id: I2410465b3a025baaf84724126551791b355465d9
Closes: #113
Signed-off-by: Sean Eagan <seaneagan1@gmail.com>
2021-04-22 15:16:43 -05:00

17 lines
338 B
JavaScript

module.exports = {
"ignoreIssuesWith": [
"duplicate",
"invalid",
"not needed",
"question"
],
"template": {
"issue": "- [{{text}}]({{url}}) {{name}}",
"release": '{{body}}',
},
"groupBy": {
"Enhancements:": ["enhancement"],
"Bug Fixes:": ["bug"]
}
};