Commit dd57a50 1 parent 52e1853 commit dd57a50 Copy full SHA for dd57a50
File tree 1 file changed +34
-0
lines changed
1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
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
+ labels :
11
+ - " Type: Feature"
12
+ - " New data source"
13
+ - " New resource"
14
+
15
+ - title : 🐛 Bugfixes
16
+ labels :
17
+ - " Type: Bug"
18
+
19
+ - title : 🪦 Deprecations
20
+ labels :
21
+ - " Deprecation"
22
+
23
+ - title : 🛠️ Maintenance
24
+ labels :
25
+ - " Type: Maintenance"
26
+ - " dependencies"
27
+
28
+ - title : 📝 Documentation
29
+ labels :
30
+ - " Type: Documentation"
31
+
32
+ - title : 🏷 Other Changes
33
+ labels :
34
+ - " *"
You can’t perform that action at this time.
0 commit comments