Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit a85f586

Browse files
author
Samuel Hassine
committed
Grenrc config
1 parent b466090 commit a85f586

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.grenrc.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
module.exports = {
2+
"prefix": "v",
3+
"ignoreIssuesWith": [
4+
"duplicate",
5+
"wontfix",
6+
"invalid",
7+
"help wanted"
8+
],
9+
"template": {
10+
"issue": "- [{{text}}]({{url}}) {{name}}"
11+
},
12+
"groupBy": {
13+
"Enhancements:": ["feature", "internal"],
14+
"Bug Fixes:": ["bug"]
15+
}
16+
};

0 commit comments

Comments
 (0)