Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 59faf02

Browse files
chore(java): allow overriding the versioning section of the Java README (#495) (#229)
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
1 parent 066a994 commit 59faf02

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ Java 7 or above is required for using this client.
106106

107107
## Versioning
108108

109+
109110
This library follows [Semantic Versioning](http://semver.org/).
110111

111112

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

115-
116116
## Contributing
117117

118118

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"git": {
1212
"name": ".",
1313
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
14-
"sha": "b80386394f3082e9695712343f37afc4d29df76f"
14+
"sha": "066a994adc3add6222c5367a27fbd5e600dff900"
1515
}
1616
},
1717
{
@@ -50,7 +50,7 @@
5050
"git": {
5151
"name": "synthtool",
5252
"remote": "https://github.com/googleapis/synthtool.git",
53-
"sha": "52638600f387deb98efb5f9c85fec39e82aa9052"
53+
"sha": "f8a9933e5e98202b04ef427f28d1d79221190fa4"
5454
}
5555
}
5656
],

0 commit comments

Comments
 (0)