Skip to content

Commit 36529ea

Browse files
authored
Add release.yml for automated github release notes
1 parent 1042d8d commit 36529ea

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/release.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
changelog:
2+
categories:
3+
- title: New features 🚀
4+
labels:
5+
- feature
6+
- title: User experience improvements 🧑‍🤝‍🧑
7+
labels:
8+
- user experience
9+
- title: Bug fixes 🐛
10+
labels:
11+
- bug
12+
- title: Security improvements 🔒
13+
labels:
14+
- security fix
15+
- title: Automated testing 🤖
16+
labels:
17+
- testing
18+
- title: Developer improvements 🤓
19+
labels:
20+
- engineering
21+
- title: Other Stuff 🤔
22+
labels:
23+
- "*"

0 commit comments

Comments
 (0)