Skip to content

Commit cba05ae

Browse files
committed
new name
1 parent d663daf commit cba05ae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,29 @@ changelog:
1111
- Feature
1212
- Improvement
1313
- New Integration
14-
commit_log_patterns:
14+
commit_patterns:
1515
- "^feat(\([a-zA-Z0-9_-]+\))?:"
1616
- title: Bug Fixes 🐛
1717
labels:
1818
- "Changelog: Bugfix"
1919
- Bug
20-
commit_log_patterns:
20+
commit_patterns:
2121
- "^(fix|bugfix)(\([a-zA-Z0-9_-]+\))?:"
2222
- title: Deprecations 🏗️
2323
labels:
2424
- "Changelog: Deprecation"
25-
commit_log_patterns:
25+
commit_patterns:
2626
- "deprecat" # deprecation, deprecated
2727
- title: Documentation 📚
2828
labels:
2929
- "Changelog: Docs"
3030
- Docs
3131
- "Component: Docs"
32-
commit_log_patterns:
32+
commit_patterns:
3333
- "^docs(\([a-zA-Z0-9_-]+\))?:"
3434
- title: Internal Changes 🔧
3535
labels:
3636
- "Changelog: Internal"
3737
- Quality Improvement
38-
commit_log_patterns:
38+
commit_patterns:
3939
- "^(build|ref|chore|ci|tests|test)(\([a-zA-Z0-9_-]+\))?:"

0 commit comments

Comments
 (0)