Skip to content

Commit

Permalink
Gren config
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Hassine committed Jun 28, 2019
1 parent 85f95e4 commit da94b95
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .grenrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module.exports = {
"prefix": "v",
"ignoreIssuesWith": [
"duplicate",
"wontfix",
"invalid",
"help wanted"
],
"template": {
"issue": "- [{{text}}]({{url}}) {{name}}"
},
"groupBy": {
"Enhancements:": ["feature", "internal"],
"Bug Fixes:": ["bug"]
}
};

0 comments on commit da94b95

Please sign in to comment.