Skip to content

Commit 32f7dfc

Browse files
authored
Create release.yml
1 parent c645fcc commit 32f7dfc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/release.yml

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

0 commit comments

Comments
 (0)