Skip to content

Commit

Permalink
[integration] Fix the release notes generation
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelHassine committed Feb 15, 2024
1 parent df2e22d commit d159918
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .grenrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module.exports = {
"prefix": "Version ",
"data-source": "milestones",
"milestone-match": "Release {{tag_name}}",
"ignoreIssuesWith": [
"duplicate",
"wontfix",
Expand All @@ -10,7 +12,7 @@ module.exports = {
"issue": "- [{{text}}]({{url}}) {{name}}"
},
"groupBy": {
"Enhancements:": ["feature", "internal", "build", "documentation", "refactor"],
"Enhancements:": ["feature", "internal", "build", "documentation"],
"Bug Fixes:": ["bug"]
}
};

0 comments on commit d159918

Please sign in to comment.