2017-03-15 04:57:27 +03:00
|
|
|
module.exports = {
|
2017-04-11 17:11:16 +03:00
|
|
|
"prefix": "v",
|
2017-03-11 19:43:23 +03:00
|
|
|
"ignoreIssuesWith": [
|
|
|
|
"duplicate",
|
2017-03-11 20:07:02 +03:00
|
|
|
"wontfix",
|
2017-03-15 05:24:38 +03:00
|
|
|
"invalid",
|
2017-03-15 05:25:26 +03:00
|
|
|
"help wanted"
|
2017-03-16 15:03:28 +03:00
|
|
|
],
|
|
|
|
"template": {
|
2017-04-07 00:55:37 +03:00
|
|
|
"issue": "- [{{text}}]({{url}}) {{name}}"
|
|
|
|
},
|
|
|
|
"groupBy": {
|
|
|
|
"Framework Enhancements:": ["enhancement"],
|
|
|
|
"Bug Fixes:": ["bug"]
|
2017-03-16 15:03:28 +03:00
|
|
|
}
|
2017-04-07 00:55:37 +03:00
|
|
|
};
|