Skip to content

Commit b98a477

Browse files
committed
Add release.yml file
1 parent 5e046b7 commit b98a477

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/release.yml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
changelog:
2+
3+
categories:
4+
- title: Breaking Changes 🛠
5+
labels:
6+
- breaking
7+
- title: New Features 🎉
8+
labels:
9+
- feature
10+
- title: Algorithms
11+
labels:
12+
- algorithms
13+
- title: Data structures
14+
labels:
15+
- data-structures
16+
- title: Dependencies 📌
17+
labels:
18+
- dependencies
19+
- title: Testing ✅
20+
labels:
21+
- testing
22+
- title: Documentation 📖
23+
labels:
24+
- documentation
25+
- title: Other Changes
26+
labels:
27+
- "*"

0 commit comments

Comments
 (0)