Skip to content

Commit 1621510

Browse files
authored
Create release.yml
Create template for auto-generated release notes
1 parent 04fdc60 commit 1621510

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# .github/release.yml
2+
3+
changelog:
4+
exclude:
5+
labels:
6+
- ignore-for-release
7+
categories:
8+
- title: Software maintenance 🛠
9+
labels:
10+
- "*"
11+
- title: Features / Enhancements 🎉
12+
labels:
13+
- "*"
14+
- title: Other Changes
15+
labels:
16+
- "*"

0 commit comments

Comments
 (0)