Skip to content

Commit 3bac925

Browse files
Release notes configuration (#5903)
* Release notes configuration * Update .github/release.yml Co-authored-by: Andrew Wang <[email protected]> --------- Co-authored-by: Andrew Wang <[email protected]>
1 parent 1b0412f commit 3bac925

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/release.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# .github/release.yml
2+
3+
changelog:
4+
exclude:
5+
labels:
6+
- Infrastructure
7+
categories:
8+
- title: Exciting New Features 🎉
9+
labels:
10+
- Feature Request
11+
- title: Bug fixes 🛠️
12+
labels:
13+
- bug
14+
- title: 'C# on LSP (Omnisharp Parity)'
15+
labels:
16+
- Omnisharp-Parity
17+
- title: Omnisharp (Legacy support)
18+
labels:
19+
- Omnisharp
20+
- title: Other Changes
21+
labels:
22+
- "*"

0 commit comments

Comments
 (0)