github-release-notes/.grenrc.js

17 строки
335 B
JavaScript

module.exports = {
"prefix": "v",
"ignoreIssuesWith": [
"duplicate",
"wontfix",
"invalid",
"help wanted"
],
"template": {
"issue": "- [{{text}}]({{url}}) {{name}}"
},
"groupBy": {
"Framework Enhancements:": ["enhancement"],
"Bug Fixes:": ["bug"]
}
};