11{
2- "separate-pull-requests" : true ,
3- "include-v-in-tag" : true ,
4- "packages" : {
5- "helm/spark-web-proxy" : {
6- "component" : " helm-spark-web-proxy" ,
7- "initial-version" : " 3.1.3-1.0.0" ,
8- "extra-label" : " helm" ,
9- "tag-separator" : " /" ,
10- "changelog-path" : " CHANGELOG.md" ,
11- "release-type" : " helm" ,
12- "changelog-type" : " default" ,
13- "bump-minor-pre-major" : false ,
14- "bump-patch-for-minor-pre-major" : false ,
15- "draft" : false ,
16- "prerelease" : false ,
17- "include-component-in-tag" : true
18- },
19- "docker" : {
20- "component" : " spark-web-proxy" ,
21- "initial-version" : " 1.0.0" ,
22- "extra-label" : " docker" ,
23- "changelog-path" : " CHANGELOG.md" ,
24- "release-type" : " node" ,
25- "changelog-type" : " default" ,
26- "bump-minor-pre-major" : false ,
27- "bump-patch-for-minor-pre-major" : false ,
28- "draft" : false ,
29- "prerelease" : false ,
30- "include-component-in-tag" : false
31- }
2+ "separate-pull-requests" : true ,
3+ "include-v-in-tag" : true ,
4+ "packages" : {
5+ "helm/spark-history-web-proxy" : {
6+ "component" : " helm-spark-history-web-proxy" ,
7+ "initial-version" : " 0.1.0" ,
8+ "extra-label" : " helm" ,
9+ "tag-separator" : " /" ,
10+ "changelog-path" : " CHANGELOG.md" ,
11+ "release-type" : " helm" ,
12+ "changelog-type" : " default" ,
13+ "bump-minor-pre-major" : false ,
14+ "bump-patch-for-minor-pre-major" : false ,
15+ "draft" : false ,
16+ "prerelease" : false ,
17+ "include-component-in-tag" : true
3218 },
33- "changelog-sections" : [
34- {
35- "type" : " feat" ,
36- "section" : " Features"
37- },
38- {
39- "type" : " fix" ,
40- "section" : " Bug Fixes"
41- },
42- {
43- "type" : " docs" ,
44- "section" : " Documentation" ,
45- "hidden" : false
46- },
47- {
48- "type" : " refactor" ,
49- "section" : " Refactoring" ,
50- "hidden" : false
51- },
52- {
53- "type" : " test" ,
54- "section" : " Tests" ,
55- "hidden" : true
56- },
57- {
58- "type" : " ci" ,
59- "section" : " Continuous Integration" ,
60- "hidden" : true
61- },
62- {
63- "type" : " chore" ,
64- "section" : " Chore" ,
65- "hidden" : true
66- }
67- ],
68- "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
69- }
70-
19+ "." : {
20+ "component" : " spark-history-web-proxy" ,
21+ "initial-version" : " 0.1.0" ,
22+ "extra-label" : " docker" ,
23+ "changelog-path" : " CHANGELOG.md" ,
24+ "release-type" : " node" ,
25+ "changelog-type" : " default" ,
26+ "bump-minor-pre-major" : false ,
27+ "bump-patch-for-minor-pre-major" : false ,
28+ "draft" : false ,
29+ "prerelease" : false ,
30+ "include-component-in-tag" : false
31+ }
32+ },
33+ "changelog-sections" : [
34+ {
35+ "type" : " feat" ,
36+ "section" : " Features"
37+ },
38+ {
39+ "type" : " fix" ,
40+ "section" : " Bug Fixes"
41+ },
42+ {
43+ "type" : " docs" ,
44+ "section" : " Documentation" ,
45+ "hidden" : false
46+ },
47+ {
48+ "type" : " doc" ,
49+ "section" : " Documentation" ,
50+ "hidden" : false
51+ },
52+ {
53+ "type" : " refactor" ,
54+ "section" : " Refactoring" ,
55+ "hidden" : false
56+ },
57+ {
58+ "type" : " test" ,
59+ "section" : " Tests" ,
60+ "hidden" : true
61+ },
62+ {
63+ "type" : " ci" ,
64+ "section" : " Continuous Integration" ,
65+ "hidden" : true
66+ },
67+ {
68+ "type" : " chore" ,
69+ "section" : " Continuous Integration" ,
70+ "hidden" : true
71+ }
72+ ],
73+ "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
74+ }
0 commit comments