1+ {
2+ "bootstrap-sha" : " bac636bf553bb3ee8fd44470fbd21d164ecc39e4" ,
3+ "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" ,
4+ "monorepo-tags" : true ,
5+ "separate-pull-requests" : true ,
6+ "include-v-in-tag" : true ,
7+ "tag-separator" : " /" ,
8+ "commit-search-depth" : 400 ,
9+ "changelog-sections" : [
10+ {
11+ "type" : " fix" ,
12+ "section" : " 🐛 Bug Fixes"
13+ },
14+ {
15+ "type" : " feat" ,
16+ "section" : " 🚀 New Features"
17+ },
18+ {
19+ "type" : " chore" ,
20+ "section" : " 🔧 Chores"
21+ },
22+ {
23+ "type" : " docs" ,
24+ "section" : " 📚 Documentation"
25+ }
26+ ],
27+ "packages" : {
28+ "." : {
29+ "release-type" : " go" ,
30+ "include-component-in-tag" : false ,
31+ "changelog-path" : " .github/release-please/CHANGELOG.md" ,
32+ "path" : " ." ,
33+ "exclude-paths" : [
34+ " modules/evaluation" ,
35+ " modules/core" ,
36+ " openfeature/providers/kotlin-provider" ,
37+ " openfeature/providers/python-provider" ,
38+ " .github/release-please"
39+ ]
40+ },
41+ "modules/evaluation" : {
42+ "release-type" : " go" ,
43+ "path" : " modules/evaluation" ,
44+ "include-component-in-tag" : true ,
45+ "component" : " modules/evaluation" ,
46+ "changelog-path" : " CHANGELOG.md"
47+ },
48+ "modules/core" : {
49+ "release-type" : " go" ,
50+ "path" : " modules/core" ,
51+ "include-component-in-tag" : true ,
52+ "component" : " modules/core" ,
53+ "changelog-path" : " CHANGELOG.md"
54+ },
55+ "openfeature/providers/kotlin-provider" : {
56+ "release-type" : " java" ,
57+ "path" : " openfeature/providers/kotlin-provider" ,
58+ "include-component-in-tag" : true ,
59+ "component" : " openfeature/providers/kotlin-provider" ,
60+ "changelog-path" : " CHANGELOG.md" ,
61+ "skip-snapshot" : true ,
62+ "extra-files" : [
63+ " gradle.properties" ,
64+ " build.gradle.kts" ,
65+ " README.md"
66+ ]
67+ },
68+ "openfeature/providers/python-provider" : {
69+ "release-type" : " python" ,
70+ "path" : " openfeature/providers/python-provider" ,
71+ "include-component-in-tag" : true ,
72+ "component" : " openfeature/providers/python-provider" ,
73+ "changelog-path" : " CHANGELOG.md" ,
74+ "extra-files" : [
75+ " pyproject.toml" ,
76+ " README.md"
77+ ]
78+ }
79+ }
80+ }
0 commit comments