-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
26 lines (26 loc) · 1.02 KB
/
release-please-config.json
File metadata and controls
26 lines (26 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"bootstrap-sha": "ce6409c",
"packages": {
".": {
"release-type": "simple",
"versioning": "prerelease",
"prerelease": true,
"prerelease-type": "beta",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-v-in-tag": true,
"include-component-in-tag": false,
"changelog-path": "CHANGELOG.md",
"extra-files": [
{ "type": "generic", "path": "pubspec.yaml" },
{ "type": "generic", "path": "lib/src/web/codec/user_codec.dart" },
{ "type": "generic", "path": "android/src/main/kotlin/com/amplitude/experiment/flutter/ExperimentSdkCodec.kt" },
{ "type": "generic", "path": "ios/Classes/ExperimentSdkCodec.swift" },
{ "type": "generic", "path": "ios/amplitude_experiment.podspec" },
{ "type": "generic", "path": "android/build.gradle" },
{ "type": "generic", "path": "README.md" }
]
}
}
}