Skip to content

Commit

Permalink
chore: Re-generated to pick up changes from synthtool. (#851)
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/b107ca23-cc03-4d8e-82d2-0b35f1361777/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 2887bbb commit 1d5f71c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .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 .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-spanner/.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 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 synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-spanner.git",
"sha": "f9ac29cd05e775c8ea17e0e227eb925df88a8dba"
"sha": "2887bbb77141ddc92d8ef79d6221a041b4330999"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "e935c9ecb47da0f2e054f5f1845f7cf7c95fa625"
"sha": "692715c0f23a7bb3bfbbaa300f7620ddfa8c47e5"
}
}
],
Expand Down

0 comments on commit 1d5f71c

Please sign in to comment.