Skip to content

Commit 7af8aaf

Browse files
Add release file (#19)
1 parent a0cb534 commit 7af8aaf

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/.release.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
authors:
6+
- octocat
7+
categories:
8+
- title: Breaking Changes 🛠
9+
labels:
10+
- breaking-change
11+
- title: Exciting New Features 🎉
12+
labels:
13+
- enhancement
14+
- title: Bug Fixes 🐛
15+
labels:
16+
- bug
17+
- title: Other Changes
18+
labels:
19+
- "*"

0 commit comments

Comments
 (0)