Skip to content

Commit

Permalink
Add the release tool, freeze the repository, only pull requests now, …
Browse files Browse the repository at this point in the history
…first releasegit reset HEAD~!
  • Loading branch information
Samuel Hassine committed Jun 28, 2019
1 parent 80d2f6f commit 41a798f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .grenrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module.exports = {
"prefix": "v",
"ignoreIssuesWith": [
"duplicate",
"wontfix",
"invalid"
],
"template": {
"issue": "- [{{text}}]({{url}}) {{name}}"
},
"groupBy": {
"Enhancements:": ["feature", "internal"],
"Bug Fixes:": ["bug"]
}
};

0 comments on commit 41a798f

Please sign in to comment.