Skip to content

Commit bfb8c49

Browse files
authored
1 parent 74e4075 commit bfb8c49

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

release-please-config.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
{
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"release-type": "simple",
4+
"include-component-in-tag": false,
5+
"bump-minor-pre-major": false,
6+
"bump-patch-for-minor-pre-major": false,
27
"packages": {
38
".": {
49
"bootstrap-sha": "b56b39cec0e3d5938ddadbfeb4d3fec541ebbb5e",
510
"changelog-path": "CHANGELOG.md",
6-
"release-type": "simple",
7-
"include-component-in-tag": false,
8-
"bump-minor-pre-major": false,
9-
"bump-patch-for-minor-pre-major": false,
10-
"draft": false,
11-
"prerelease": false,
1211
"extra-files": [
1312
"Google-Maps-iOS-Utils.podspec",
1413
"Podfile.template"
1514
]
1615
}
17-
},
18-
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
16+
}
1917
}

0 commit comments

Comments
 (0)