Skip to content

Commit 7f553ec

Browse files
authored
Added release notes config file (#1121)
1 parent 830bad0 commit 7f553ec

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/release.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Configuration for automatically generating release notes on GitHub
2+
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
3+
4+
changelog:
5+
exclude:
6+
labels:
7+
- skip-changelog
8+
categories:
9+
- title: General
10+
labels:
11+
- "*"
12+
exclude:
13+
labels:
14+
- dependencies
15+
- title: Dependencies
16+
labels:
17+
- dependencies

0 commit comments

Comments
 (0)