Skip to content

Commit b02b2a2

Browse files
authored
Merge pull request #152 from EwoutH/patch-14
Create release.yml file for automatic release notes generation
2 parents 89746a2 + 8f14427 commit b02b2a2

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/release.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
categories:
6+
- title: Breaking changes ⚠️
7+
labels:
8+
- breaking
9+
- title: New features added 🎉
10+
labels:
11+
- feature
12+
- title: Enhancements made 🛠
13+
labels:
14+
- enhancement
15+
- title: Bugs fixed 🐛
16+
labels:
17+
- bug
18+
- title: Documentation improvements 📜
19+
labels:
20+
- docs
21+
- title: Maintenance 🔧
22+
labels:
23+
- ci
24+
- testing
25+
- dependency
26+
- maintenance
27+
- packaging
28+
- title: Other changes
29+
labels:
30+
- "*"

0 commit comments

Comments
 (0)