We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e1853 commit dd57a50Copy full SHA for dd57a50
.github/release.yml
@@ -0,0 +1,34 @@
1
+# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes
2
+
3
+changelog:
4
+ categories:
5
+ - title: 💥 Breaking Changes
6
+ labels:
7
+ - "Type: Breaking change"
8
9
+ - title: 🚀 New Features
10
11
+ - "Type: Feature"
12
+ - "New data source"
13
+ - "New resource"
14
15
+ - title: 🐛 Bugfixes
16
17
+ - "Type: Bug"
18
19
+ - title: 🪦 Deprecations
20
21
+ - "Deprecation"
22
23
+ - title: 🛠️ Maintenance
24
25
+ - "Type: Maintenance"
26
+ - "dependencies"
27
28
+ - title: 📝 Documentation
29
30
+ - "Type: Documentation"
31
32
+ - title: 🏷 Other Changes
33
34
+ - "*"
0 commit comments