We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b374f commit 750a1bcCopy full SHA for 750a1bc
1 file changed
.github/release.yml
@@ -17,13 +17,28 @@ changelog:
17
- title: New features 🎉
18
labels:
19
- features
20
+ - title: Bug Fixes 🐛
21
+ labels:
22
+ - bug
23
+ - title: CI/CD ⚙️
24
25
+ - cicd
26
+ - title: Development Environment 💻
27
28
+ - devenv
29
+ - title: Documentation 📝
30
31
+ - documentation
32
- title: Other Changes 🛠
33
34
- "*"
35
exclude:
36
37
- - dependencies
38
39
40
41
42
- title: Dependencies ⏫
43
44
- dependencies
0 commit comments