Skip to content

Commit 77eb4e7

Browse files
committed
add gren directive
1 parent 7e2c3a1 commit 77eb4e7

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.grenrc.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
dataSource: "prs"
3+
prefix: "v"
4+
ignoreLabels:
5+
- "duplicate"
6+
- "invalid"
7+
- "question"
8+
- "to do"
9+
- "wontfix"
10+
ignoreIssuesWith:
11+
- "duplicate"
12+
- "invalid"
13+
- "question"
14+
- "wontfix"
15+
"groupBy": {
16+
"Enhancements:": ["enhancement"],
17+
"Bug Fixes:": ["bug"],
18+
"Refactorings": ["refactoring"],
19+
"Version upgrades": ["bump"],
20+
"Release Engineering": ["releng"]
21+
}
22+
onlyMilestones: false
23+
changelogFilename: "CHANGELOG.md"

0 commit comments

Comments
 (0)