Skip to content

Commit 73d2ca4

Browse files
committed
fix: Fix changelog config
1 parent 8d0b6cc commit 73d2ca4

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/release.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,13 @@ changelog:
88
- title: New Features ✨
99
labels:
1010
- "Changelog: Feature"
11-
- Feature
12-
- Improvement
13-
- New Integration
1411
commit_patterns:
15-
- "^feat(\([a-zA-Z0-9_-]+\))?:"
12+
- "^feat\\b"
1613
- title: Bug Fixes 🐛
1714
labels:
1815
- "Changelog: Bugfix"
19-
- Bug
2016
commit_patterns:
21-
- "^(fix|bugfix)(\([a-zA-Z0-9_-]+\))?:"
17+
- "^(fix|bugfix)\\b"
2218
- title: Deprecations 🏗️
2319
labels:
2420
- "Changelog: Deprecation"
@@ -27,13 +23,10 @@ changelog:
2723
- title: Documentation 📚
2824
labels:
2925
- "Changelog: Docs"
30-
- Docs
31-
- "Component: Docs"
3226
commit_patterns:
33-
- "^docs(\([a-zA-Z0-9_-]+\))?:"
27+
- "^docs?\\b"
3428
- title: Internal Changes 🔧
3529
labels:
3630
- "Changelog: Internal"
37-
- Quality Improvement
3831
commit_patterns:
39-
- "^(build|ref|chore|ci|tests|test)(\([a-zA-Z0-9_-]+\))?:"
32+
- "^(build|ref|chore|ci|tests?)\\b"

0 commit comments

Comments
 (0)