Skip to content

Commit 2c3dc17

Browse files
authored
Create release.yml
1 parent b24a31f commit 2c3dc17

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/release.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- administration
5+
- repos-update
6+
categories:
7+
- title: 🚀 Enhancements
8+
labels:
9+
- enhancement
10+
- title: 🐛 Bug Fixes
11+
labels:
12+
- bug
13+
- title: 📜 Scalafix Migrations
14+
labels:
15+
- scalafix-migration
16+
- title: 📦 Artifact Migrations
17+
labels:
18+
- artifact-migration
19+
- title: 📗 Documentation
20+
labels:
21+
- documentation
22+
- title: 🧪 Test Improvements
23+
labels:
24+
- testing
25+
- title: 🏗️ Build Improvements
26+
labels:
27+
- build
28+
- title: 🔧 Refactorings
29+
labels:
30+
- refactoring
31+
- title: 🌱 Dependency Updates
32+
labels:
33+
- dependency-update
34+
- title: Other Changes
35+
labels:
36+
- "*"

0 commit comments

Comments
 (0)