Skip to content

Commit 69eb49a

Browse files
authored
Configure automatically generated release notes (#236)
1 parent 833e3ba commit 69eb49a

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+
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
2+
changelog:
3+
categories:
4+
- title: Features
5+
labels:
6+
- '*'
7+
exclude:
8+
labels:
9+
- renovate
10+
- refactoring
11+
- title: Refactoring
12+
labels:
13+
- refactoring
14+
- title: Dependencies
15+
labels:
16+
- renovate

0 commit comments

Comments
 (0)