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