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 fe529d2 commit 13a0ee4Copy full SHA for 13a0ee4
1 file changed
.github/release.yml
@@ -8,21 +8,21 @@ changelog:
8
categories:
9
- title: Breaking Changes 🛠
10
labels:
11
- - "*"
+ - "Changelog: Breaking Change"
12
commit_patterns:
13
- "^(?<type>\\w+(?:\\((?<scope>[^)]+)\\))?!:\\s*)"
14
- title: Features ✨
15
16
+ - "Changelog: Feature"
17
18
- "^feat(?:\\([^\\)]+\\))?:\\s+"
19
- title: Fixes 🐛
20
21
+ - "Changelog: Bugfix"
22
23
- "^(?:fix|bugfix)(?:\\([^\\)]+\\))?:\\s+"
24
- title: Dependencies ⬆️
25
26
+ - "Changelog: Dependency Update"
27
28
- "^chore\\(deps(?:-dev)?\\):\\s+"
0 commit comments