Skip to content

Commit 7db0f63

Browse files
chore: Adding release-please annotations to readme files (#1781)
* chore: Adding release-please annotations to readme files Source-Link: googleapis/synthtool@327d46f Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:bf5639d265d70f6137d57d42ae781a6f4e26d4085ff4e018e71350480f9b3996
1 parent be53e9d commit 7db0f63

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

‎.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:9bf82029163bc06d58f56682afd1893a42ace3e04b0359accb86f79c6ecdc9f9
16+
digest: sha256:bf5639d265d70f6137d57d42ae781a6f4e26d4085ff4e018e71350480f9b3996

‎README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ If you are using SBT, add this to your dependencies:
6767
```Scala
6868
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.23.2"
6969
```
70+
<!-- {x-version-update-end} -->
7071

7172
## Authentication
7273

@@ -83,7 +84,7 @@ The client application making API calls must be granted [authorization scopes][a
8384
You will need a [Google Cloud Platform Console][developer-console] project with the Cloud BigQuery [API enabled][enable-api].
8485
You will need to [enable billing][enable-billing] to use Google Cloud BigQuery.
8586
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
86-
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
87+
[installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands in command line:
8788
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
8889

8990
### Installation and setup
@@ -347,14 +348,14 @@ Java is a registered trademark of Oracle and/or its affiliates.
347348
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-bigquery/java11.html
348349
[stability-image]: https://img.shields.io/badge/stability-stable-green
349350
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquery.svg
350-
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-bigquery&core=gav
351+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquery/2.23.2
351352
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
352353
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
353354
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
354355
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
355356
[developer-console]: https://console.developers.google.com/
356357
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
357-
[cloud-sdk]: https://cloud.google.com/sdk/
358+
[cloud-cli]: https://cloud.google.com/cli
358359
[troubleshooting]: https://github.com/googleapis/google-cloud-common/blob/main/troubleshooting/readme.md#troubleshooting
359360
[contributing]: https://github.com/googleapis/java-bigquery/blob/main/CONTRIBUTING.md
360361
[code-of-conduct]: https://github.com/googleapis/java-bigquery/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct

0 commit comments

Comments
 (0)