Skip to content

Commit 9f1da3e

Browse files
committed
Release v0.6.1 (#876)
* Release v0.6.1 * Bump inner dependencies
1 parent ce7a826 commit 9f1da3e

34 files changed

+1916
-560
lines changed

.github/release.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# .github/release.yml
2+
3+
changelog:
4+
categories:
5+
- title: Breaking Changes 🛑
6+
labels:
7+
- breaking-change
8+
- title: New Features 🚀
9+
labels:
10+
- enhancement
11+
- feature
12+
- title: Bug Fixes 🐛
13+
labels:
14+
- bug
15+
- fix
16+
- title: Documentation 📚
17+
labels:
18+
- documentation
19+
- title: Dependencies & Maintenance 🔧
20+
labels:
21+
- dependencies
22+
- maintenance
23+
- title: Other Changes
24+
labels:
25+
- "*"

0 commit comments

Comments
 (0)