Skip to content

Commit c8d28df

Browse files
authored
Create .github/release.yml
Adds a template for automatic generation of release notes
1 parent d11df46 commit c8d28df

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/release.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
categories:
6+
- title: new features 🚀
7+
labels:
8+
- enhancement
9+
- title: bug fixes and improvements ✨
10+
labels:
11+
- bug-fix
12+
- title: other changes 🛠️
13+
labels:
14+
- "*"

0 commit comments

Comments
 (0)