Skip to content

Commit

Permalink
chore: Re-generated to pick up changes from synthtool. (#371)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/6e80cdc5-e3cc-4a87-af9b-624be8759c22/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@692715c
Source-Link: googleapis/synthtool@27b2d4f
Source-Link: googleapis/synthtool@140ba24
  • Loading branch information
yoshi-automation committed Feb 4, 2021
1 parent af3c305 commit 085ed7a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion java-core/.github/workflows/auto-release.yaml
Expand Up @@ -17,7 +17,7 @@ jobs:
}
// only approve PRs like "chore: release <release version>"
if ( !context.payload.pull_request.title.startsWith("chore: release") ) {
if ( !context.payload.pull_request.title.startsWith("chore(master): release") ) {
return;
}
Expand Down
4 changes: 2 additions & 2 deletions java-core/.kokoro/release/publish_javadoc11.cfg
Expand Up @@ -14,7 +14,7 @@ env_vars: {

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/java-memcache/.kokoro/release/publish_javadoc11.sh"
value: "github/java-core/.kokoro/release/publish_javadoc11.sh"
}

before_action {
Expand All @@ -27,4 +27,4 @@ before_action {
}

# Downloads docfx doclet resource. This will be in ${KOKORO_GFILE_DIR}/<doclet name>
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/docfx"
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/docfx"
1 change: 0 additions & 1 deletion java-core/LICENSE
@@ -1,4 +1,3 @@

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down
4 changes: 2 additions & 2 deletions java-core/synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-core.git",
"sha": "f02f0ae48758f9e21bf287b52e8d216f29c205db"
"sha": "32797f6acc22874bb3144d76f214ff3a48aa65b5"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "e935c9ecb47da0f2e054f5f1845f7cf7c95fa625"
"sha": "692715c0f23a7bb3bfbbaa300f7620ddfa8c47e5"
}
}
],
Expand Down

0 comments on commit 085ed7a

Please sign in to comment.