Skip to content

Commit 3b49e1c

Browse files
Adding gh release notes configuration
1 parent 7bf101b commit 3b49e1c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/release.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# GitHub Release Notes Configuration
2+
# This file configures how GitHub auto-generates release notes
3+
# It separates dependency updates into a "Version Bumps" section
4+
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
5+
6+
changelog:
7+
categories:
8+
- title: Version Bumps
9+
labels:
10+
- dependencies
11+
- title: What's Changed
12+
labels:
13+
- "*"

0 commit comments

Comments
 (0)