Skip to content

Commit a8df8ca

Browse files
authored
Create release.yml
1 parent a091f7b commit a8df8ca

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/release.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
2+
3+
changelog:
4+
exclude:
5+
labels:
6+
- ignore-for-release
7+
- doc
8+
authors:
9+
- octocat
10+
categories:
11+
- title: Improvements
12+
labels:
13+
- enhancement
14+
- feature
15+
- title: Deprecations
16+
labels:
17+
- deprecations
18+
- title: Bugfixes
19+
labels:
20+
- bug
21+
- bugfix
22+
- title: Other Changes
23+
labels:
24+
- "*"

0 commit comments

Comments
 (0)