We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8387a7 + e9384a9 commit fd3607dCopy full SHA for fd3607d
1 file changed
.github/release.yml
@@ -0,0 +1,41 @@
1
+---
2
+# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
3
+
4
+changelog:
5
+ exclude:
6
+ labels:
7
+ - duplicate
8
+ - invalid
9
+ - modulesync
10
+ - question
11
+ - skip-changelog
12
+ - wont-fix
13
+ - wontfix
14
+ - github_actions
15
16
+ categories:
17
+ - title: Breaking Changes 🛠
18
19
+ - backwards-incompatible
20
21
+ - title: New Features 🎉
22
23
+ - enhancement
24
25
+ - title: Bug Fixes 🐛
26
27
+ - bug
28
+ - bugfix
29
30
+ - title: Documentation Updates 📚
31
32
+ - documentation
33
+ - docs
34
35
+ - title: Dependency Updates ⬆️
36
37
+ - dependencies
38
39
+ - title: Other Changes
40
41
+ - "*"
0 commit comments