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 5d18ce0 commit b6dbd43Copy full SHA for b6dbd43
.github/release.yml
@@ -0,0 +1,35 @@
1
+# Release drafter
2
+
3
+changelog:
4
+ categories:
5
+ - title: Breaking Changes 🛠
6
+ labels:
7
+ - Semver-Major
8
+ - breaking-change
9
+ - title: Exciting New Features 🎉
10
11
+ - Semver-Minor
12
+ - "feature"
13
+ - "enhancement"
14
+ - "quality"
15
+ - "smile"
16
+ - title: Bug Fixes 🐛
17
18
+ - "fix"
19
+ - "bugfix"
20
+ - "bug"
21
+ - title: Maintenance 🧰
22
23
+ - "chore"
24
+ - "dashboard"
25
+ - "auto-merge"
26
+ - "dependencies"
27
+ - "python"
28
+ - "documentation"
29
+ - "github-actions"
30
+ - "userdata"
31
+ - "pre-commit"
32
+ - "manual-merge"
33
+ - title: Other Changes
34
35
+ - "*"
0 commit comments