-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
25 lines (24 loc) · 1.12 KB
/
release-please-config.json
File metadata and controls
25 lines (24 loc) · 1.12 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
{
"release-type": "java-yoshi-mono-repo",
"separate-pull-requests": false,
"include-component-in-tag": false,
"group-pull-request-title-pattern": "chore(${branch}): release ${version}",
"packages": {
".": {
"extra-files": [
"WORKSPACE",
".cloudbuild/graalvm/cloudbuild.yaml",
".cloudbuild/graalvm/cloudbuild-test-a.yaml",
".cloudbuild/graalvm/cloudbuild-test-b.yaml",
".cloudbuild/graalvm/cloudbuild-test-c.yaml",
".cloudbuild/library_generation/cloudbuild-library-generation-push.yaml",
".cloudbuild/library_generation/library_generation.Dockerfile",
".cloudbuild/library_generation/library_generation_airlock.Dockerfile",
"hermetic_build/library_generation/owlbot/templates/java_library/.kokoro/presubmit/graalvm-native-a.cfg",
"hermetic_build/library_generation/owlbot/templates/java_library/.kokoro/presubmit/graalvm-native-b.cfg",
"hermetic_build/library_generation/owlbot/templates/java_library/.kokoro/presubmit/graalvm-native-c.cfg",
"java-showcase/gapic-showcase/src/main/java/com/google/showcase/v1beta1/stub/Version.java"
]
}
}
}