Skip to content

Commit ea2f35b

Browse files
authored
Add github release config (#56)
1 parent 652cf4c commit ea2f35b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes
2+
changelog:
3+
categories:
4+
- title: Changes
5+
labels:
6+
- "*"
7+
exclude:
8+
labels:
9+
- dependencies
10+
- title: Dependency Updates
11+
labels:
12+
- dependencies

0 commit comments

Comments
 (0)