Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
doc: update grenrc to ignore chore, wontfix (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheibal authored Sep 9, 2020
1 parent c428b2c commit ee78ca0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .grenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ module.exports = {
"other"
]
},
"ignoreIssuesWith": [
"wontfix",
"duplicate",
"chore"
],
"changelogFilename": "CHANGELOG.md",
"template": {
commit: ({ message, url, author, name }) => `- [${message}](${url}) - ${author ? `@${author}` : name}`,
Expand Down

0 comments on commit ee78ca0

Please sign in to comment.