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

Commit fc8f3f7

Browse files
chore(java): allow overriding the versioning section of the Java README (#495) (#125)
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 c1f493b commit fc8f3f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

134134
## Versioning
135135

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

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

139139

140140
## Contributing

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-language.git",
7-
"sha": "a67ee0a792da7fa84f058b451445144db06d9e9e"
7+
"sha": "c1f493bce0f3e500b60834d115656a292a18e55c"
88
}
99
},
1010
{
@@ -27,7 +27,7 @@
2727
"git": {
2828
"name": "synthtool",
2929
"remote": "https://github.com/googleapis/synthtool.git",
30-
"sha": "52638600f387deb98efb5f9c85fec39e82aa9052"
30+
"sha": "f8a9933e5e98202b04ef427f28d1d79221190fa4"
3131
}
3232
}
3333
],

0 commit comments

Comments
 (0)