Skip to content

Commit 13a0ee4

Browse files
chore: Fix auto changelog configuration (#4896)
Resolves #4893 - #4893
1 parent fe529d2 commit 13a0ee4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ changelog:
88
categories:
99
- title: Breaking Changes 🛠
1010
labels:
11-
- "*"
11+
- "Changelog: Breaking Change"
1212
commit_patterns:
1313
- "^(?<type>\\w+(?:\\((?<scope>[^)]+)\\))?!:\\s*)"
1414
- title: Features ✨
1515
labels:
16-
- "*"
16+
- "Changelog: Feature"
1717
commit_patterns:
1818
- "^feat(?:\\([^\\)]+\\))?:\\s+"
1919
- title: Fixes 🐛
2020
labels:
21-
- "*"
21+
- "Changelog: Bugfix"
2222
commit_patterns:
2323
- "^(?:fix|bugfix)(?:\\([^\\)]+\\))?:\\s+"
2424
- title: Dependencies ⬆️
2525
labels:
26-
- "*"
26+
- "Changelog: Dependency Update"
2727
commit_patterns:
2828
- "^chore\\(deps(?:-dev)?\\):\\s+"

0 commit comments

Comments
 (0)