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

Commit 202ce94

Browse files
committed
[integration] Change release notes generation config
1 parent f85d79c commit 202ce94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.grenrc.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module.exports = {
22
"prefix": "Version ",
3+
"data-source": "milestones",
4+
"milestone-match": "Release {{tag_name}}",
35
"ignoreIssuesWith": [
46
"duplicate",
57
"wontfix",
@@ -10,7 +12,7 @@ module.exports = {
1012
"issue": "- [{{text}}]({{url}}) {{name}}"
1113
},
1214
"groupBy": {
13-
"Enhancements:": ["feature", "internal"],
15+
"Enhancements:": ["feature", "internal", "build", "documentation"],
1416
"Bug Fixes:": ["bug"]
1517
}
1618
};

0 commit comments

Comments
 (0)