We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e4075 commit bfb8c49Copy full SHA for bfb8c49
1 file changed
release-please-config.json
@@ -1,19 +1,17 @@
1
{
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,
7
"packages": {
8
".": {
9
"bootstrap-sha": "b56b39cec0e3d5938ddadbfeb4d3fec541ebbb5e",
10
"changelog-path": "CHANGELOG.md",
- "release-type": "simple",
- "include-component-in-tag": false,
- "bump-minor-pre-major": false,
- "bump-patch-for-minor-pre-major": false,
- "draft": false,
11
- "prerelease": false,
12
"extra-files": [
13
"Google-Maps-iOS-Utils.podspec",
14
"Podfile.template"
15
]
16
}
17
- },
18
- "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
+ }
19
0 commit comments