Skip to content

Commit 51e37ad

Browse files
authored
chore: GH built-in release notes formatting (#2042)
1 parent 43725d5 commit 51e37ad

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/release.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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: 'Java SDK'
5+
labels:
6+
- 'java-sdk'
7+
- title: 'Java/Protobuf SDK'
8+
labels:
9+
- 'java-sdk-protobuf'
10+
- title: 'Scala/Protobuf SDK'
11+
labels:
12+
- 'scala-sdk-protobuf'
13+
- title: 'Documentation'
14+
labels:
15+
- 'Documentation'
16+
- title: 'Other'
17+
labels:
18+
- "*"

0 commit comments

Comments
 (0)