Skip to content

Commit 4c75238

Browse files
committed
Configure automated release notes
Signed-off-by: Bryan Richter <b@chreekat.net>
1 parent 86434f0 commit 4c75238

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

.github/release.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
categories:
6+
- title: Breaking Changes
7+
labels:
8+
- breaking-change
9+
- title: Bug Fixes
10+
labels:
11+
- bug
12+
- title: Enhancements
13+
labels:
14+
- enhancement
15+
- title: Specification
16+
labels:
17+
- specification
18+
- title: Protobuf
19+
labels:
20+
- protobuf
21+
- title: Build System
22+
labels:
23+
- bazel
24+
- title: Python Bindings
25+
labels:
26+
- python
27+
- title: Rust Bindings
28+
labels:
29+
- rust
30+
- title: Go Bindings
31+
labels:
32+
- go
33+
- title: Dependencies
34+
labels:
35+
- dependencies
36+
- title: CI/Infrastructure
37+
labels:
38+
- github_actions
39+
- title: Documentation
40+
labels:
41+
- documentation
42+
- title: Other Changes
43+
labels:
44+
- "*"

0 commit comments

Comments
 (0)