Skip to content

Commit 73cfc90

Browse files
committed
add config file to automatically generate release notes
1 parent c90cd11 commit 73cfc90

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/release.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Docs: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
2+
changelog:
3+
exclude:
4+
labels:
5+
- ignore-for-release
6+
categories:
7+
- title: ⚠️ Breaking changes
8+
labels:
9+
- breaking
10+
- title: 🧪 Experimental features
11+
labels:
12+
- experimental
13+
- title: 🎉 New features added
14+
labels:
15+
- feature
16+
- title: 🛠 Enhancements made
17+
labels:
18+
- enhancement
19+
- title: 🐛 Bugs fixed
20+
labels:
21+
- bug
22+
- title: 📜 Documentation improvements
23+
labels:
24+
- docs
25+
- title: 🔧 Maintenance
26+
labels:
27+
- ci
28+
- testing
29+
- dependency
30+
- maintenance
31+
- packaging
32+
- title: Other changes
33+
labels:
34+
- "*"

0 commit comments

Comments
 (0)