We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24a31f commit 2c3dc17Copy full SHA for 2c3dc17
.github/release.yml
@@ -0,0 +1,36 @@
1
+changelog:
2
+ exclude:
3
+ labels:
4
+ - administration
5
+ - repos-update
6
+ categories:
7
+ - title: 🚀 Enhancements
8
9
+ - enhancement
10
+ - title: 🐛 Bug Fixes
11
12
+ - bug
13
+ - title: 📜 Scalafix Migrations
14
15
+ - scalafix-migration
16
+ - title: 📦 Artifact Migrations
17
18
+ - artifact-migration
19
+ - title: 📗 Documentation
20
21
+ - documentation
22
+ - title: 🧪 Test Improvements
23
24
+ - testing
25
+ - title: 🏗️ Build Improvements
26
27
+ - build
28
+ - title: 🔧 Refactorings
29
30
+ - refactoring
31
+ - title: 🌱 Dependency Updates
32
33
+ - dependency-update
34
+ - title: Other Changes
35
36
+ - "*"
0 commit comments