Skip to content

Commit 963e236

Browse files
committed
comitted config file for github release generator
1 parent 9ed014b commit 963e236

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.grenrc.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"dataSource": "commits",
3+
"ignoreIssuesWith": [
4+
"wontfix",
5+
"duplicate"
6+
],
7+
"groupBy": {
8+
"🚀 Enhancements:": ["enhancement", "internal"],
9+
"🐛 Bug Fixes:": ["bug"]
10+
},
11+
"prefix": "v",
12+
"includeMessages": "commits",
13+
"changelogFilename": "CHANGELOG.md"
14+
}

0 commit comments

Comments
 (0)