File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 3
3
"release-type" : " simple" ,
4
4
"include-component-in-tag" : true ,
5
5
"include-v-in-tag" : false ,
6
+ "pull-request-header" : " Auto-generated release PR: merge to trigger a release" ,
6
7
"changelog-path" : " docs/history.md" ,
7
8
"packages" : {
8
9
"src/Google.Cloud.Functions.Framework" : {
26
27
"component" : " Google.Cloud.Functions.Testing"
27
28
}
28
29
},
30
+ "changelog-sections" : [
31
+ {
32
+ "type" : " feat" ,
33
+ "section" : " Features" ,
34
+ "hidden" : false
35
+ },
36
+ {
37
+ "type" : " fix" ,
38
+ "section" : " Bug Fixes" ,
39
+ "hidden" : false
40
+ },
41
+ {
42
+ "type" : " docs" ,
43
+ "section" : " Documentation" ,
44
+ "hidden" : false
45
+ },
46
+ {
47
+ "type" : " deps" ,
48
+ "section" : " Dependencies" ,
49
+ "hidden" : false
50
+ },
51
+ {
52
+ "type" : " refactor" ,
53
+ "section" : " Refactoring" ,
54
+ "hidden" : true
55
+ },
56
+ {
57
+ "type" : " tests" ,
58
+ "section" : " Tests" ,
59
+ "hidden" : true
60
+ },
61
+ {
62
+ "type" : " chore" ,
63
+ "section" : " Miscellaneous chores" ,
64
+ "hidden" : true
65
+ }
66
+ ],
29
67
"plugins" : [
30
68
{
31
69
"type" : " linked-versions" ,
You can’t perform that action at this time.
0 commit comments