Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
chore(java): allow overriding the versioning section of the Java READ…
Browse files Browse the repository at this point in the history
…ME (#495) (#133)

Allows setting a `versioning` section in `.readme-partials.yaml` to override the versioning section.

Source-Author: Jeff Ching <chingor@google.com>
Source-Date: Fri Apr 17 10:04:04 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: f8a9933e5e98202b04ef427f28d1d79221190fa4
Source-Link: googleapis/synthtool@f8a9933
  • Loading branch information
yoshi-automation committed Apr 20, 2020
1 parent f8205c3 commit b788609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -104,13 +104,13 @@ Java 7 or above is required for using this client.

## Versioning


This library follows [Semantic Versioning](http://semver.org/).


It is currently in major version zero (``0.y.z``), which means that anything may change at any time
and the public API should not be considered stable.


## Contributing


Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -11,7 +11,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerydatatransfer.git",
"sha": "f1bd48bc3ab00180a66baee752cce8f7972a9e1b"
"sha": "f8205c363b8967096e178548eaccfc430c432e63"
}
},
{
Expand All @@ -26,7 +26,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "52638600f387deb98efb5f9c85fec39e82aa9052"
"sha": "f8a9933e5e98202b04ef427f28d1d79221190fa4"
}
}
],
Expand Down

0 comments on commit b788609

Please sign in to comment.