File tree Expand file tree Collapse file tree 1 file changed +53
-0
lines changed Expand file tree Collapse file tree 1 file changed +53
-0
lines changed Original file line number Diff line number Diff line change 3
3
"release-type" : " rust" ,
4
4
"release-as" : " " ,
5
5
"include-component-in-tag" : true ,
6
+ "changelog-sections" : [
7
+ {
8
+ "type" : " feature" ,
9
+ "section" : " 🚀 Features"
10
+ },
11
+ {
12
+ "type" : " fix" ,
13
+ "section" : " 🐛 Bug Fixes"
14
+ },
15
+ {
16
+ "type" : " perf" ,
17
+ "section" : " ⚡ Performance Improvements"
18
+ },
19
+ {
20
+ "type" : " revert" ,
21
+ "section" : " ◀️ Reverts"
22
+ },
23
+ {
24
+ "type" : " docs" ,
25
+ "section" : " 📚 Documentation" ,
26
+ "hidden" : false
27
+ },
28
+ {
29
+ "type" : " style" ,
30
+ "section" : " 🎨 Styles" ,
31
+ "hidden" : true
32
+ },
33
+ {
34
+ "type" : " chore" ,
35
+ "section" : " ⚙️ Miscellaneous Chores" ,
36
+ "hidden" : true
37
+ },
38
+ {
39
+ "type" : " refactor" ,
40
+ "section" : " 🚜 Code Refactoring" ,
41
+ "hidden" : true
42
+ },
43
+ {
44
+ "type" : " test" ,
45
+ "section" : " 🧪 Tests" ,
46
+ "hidden" : true
47
+ },
48
+ {
49
+ "type" : " build" ,
50
+ "section" : " 🛠️ Build System" ,
51
+ "hidden" : true
52
+ },
53
+ {
54
+ "type" : " ci" ,
55
+ "section" : " 🥏 Continuous Integration" ,
56
+ "hidden" : true
57
+ }
58
+ ],
6
59
"plugins" : [
7
60
" cargo-workspace" ,
8
61
" sentence-case"
You can’t perform that action at this time.
0 commit comments