Skip to content

Commit

Permalink
chore: Adding release-please annotations to readme files (#1781)
Browse files Browse the repository at this point in the history
* chore: Adding release-please annotations to readme files
  • Loading branch information
ddixit14 committed Mar 20, 2023
1 parent 3c19c33 commit 327d46f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions synthtool/gcp/templates/java_library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
If you are using Maven without BOM, add this to your dependencies:
{% else %}
If you are using Maven, add this to your pom.xml file:
<!-- {x-version-update-start:{{ artifact_id }}:released} -->
{% endif %}

```xml
Expand Down Expand Up @@ -72,6 +73,7 @@ If you are using SBT, add this to your dependencies:
```Scala
libraryDependencies += "{{ group_id }}" % "{{ artifact_id }}" % "{{ metadata['latest_version'] }}"
```
<!-- {x-version-update-end} -->

## Authentication

Expand Down

0 comments on commit 327d46f

Please sign in to comment.