File tree 1 file changed +56
-1
lines changed
1 file changed +56
-1
lines changed Original file line number Diff line number Diff line change 12
12
" README.md"
13
13
]
14
14
}
15
- }
15
+ },
16
+ "changelog-sections" : [
17
+ {
18
+ "type" : " fix" ,
19
+ "section" : " 🐛 Bug Fixes"
20
+ },
21
+ {
22
+ "type" : " feat" ,
23
+ "section" : " ✨ New Features"
24
+ },
25
+ {
26
+ "type" : " chore" ,
27
+ "section" : " 🧹 Chore"
28
+ },
29
+ {
30
+ "type" : " docs" ,
31
+ "section" : " 📚 Documentation"
32
+ },
33
+ {
34
+ "type" : " perf" ,
35
+ "section" : " 🚀 Performance"
36
+ },
37
+ {
38
+ "type" : " build" ,
39
+ "hidden" : true ,
40
+ "section" : " 🛠️ Build"
41
+ },
42
+ {
43
+ "type" : " deps" ,
44
+ "section" : " 📦 Dependencies"
45
+ },
46
+ {
47
+ "type" : " ci" ,
48
+ "hidden" : true ,
49
+ "section" : " 🚦 CI"
50
+ },
51
+ {
52
+ "type" : " refactor" ,
53
+ "section" : " 🔄 Refactoring"
54
+ },
55
+ {
56
+ "type" : " revert" ,
57
+ "section" : " 🔙 Reverts"
58
+ },
59
+ {
60
+ "type" : " style" ,
61
+ "hidden" : true ,
62
+ "section" : " 🎨 Styling"
63
+ },
64
+ {
65
+ "type" : " test" ,
66
+ "hidden" : true ,
67
+ "section" : " 🧪 Tests"
68
+ }
69
+ ],
70
+ "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
16
71
}
You can’t perform that action at this time.
0 commit comments