Skip to content

Commit 67e029b

Browse files
committed
workflow: include additional commits in changelog content
1 parent 8cf4e17 commit 67e029b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/changelog.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,15 @@ groupings:
1010
patterns: ['(?i)^new\b', '(?i)^initial\b', '(?i)^support\b', '(?i)^introduce\b', '(?i)^feat\b']
1111
- name: Fixes
1212
patterns: ['(?i)^fix\b', '(?i)^bug', '(?i).*fixes$']
13+
- name: Documentation
14+
patterns: ['(?i)^doc\b', '(?i)^docs\b', '(?i)^readme\b', '(?i)^update\b', '(?i)^changelog\b']
1315
- name: Uncategorized
1416
patterns: ['.*']
1517
exclude:
1618
- '^(?i)wip\b'
1719
- '^(?i)help\b'
18-
- '^(?i)doc\b'
19-
- '^(?i)docs\b'
2020
- '^(?i)test\b'
2121
- '^(?i)trying\b'
22-
- '^(?i)workflow\b'
2322
- '^(?i)update readme\b'
2423
- '^(?i)style\b'
2524
- '^(?i)chore\b'

0 commit comments

Comments
 (0)