17 lines
338 B
JavaScript
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"]
|
||
|
}
|
||
|
};
|