We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d645c commit a1a92c6Copy full SHA for a1a92c6
.github/changelog.json
@@ -1,5 +1,33 @@
1
{
2
"resolve": "commits",
3
"sort": "asc",
4
- "template": ".github/changelog.tmpl"
+ "template": ".github/changelog.tmpl",
5
+ "groupings": [
6
+ {
7
+ "name": "Fixes",
8
+ "patterns": [
9
+ "(?i)\\bbug\\b",
10
+ "(?i)\\bfix\\b"
11
+ ]
12
+ },
13
14
+ "name": "Features",
15
16
+ "^(?i)feat:\\b",
17
+ "^(?i)add:\\b"
18
19
20
21
+ "name": "Cleanup",
22
23
+ "(?i)\\brefactor:\\b"
24
25
26
27
+ "name": "Other",
28
29
+ ".?"
30
31
+ }
32
33
}
0 commit comments