Skip to content

Commit 4461bf4

Browse files
chore(java): allow overriding the versioning section of the Java README (googleapis#495) (googleapis#150)
Allows setting a `versioning` section in `.readme-partials.yaml` to override the versioning section. Source-Author: Jeff Ching <[email protected]> Source-Date: Fri Apr 17 10:04:04 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: f8a9933e5e98202b04ef427f28d1d79221190fa4 Source-Link: googleapis/synthtool@f8a9933
1 parent b3975ec commit 4461bf4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

java-resourcemanager/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,13 @@ Java 7 or above is required for using this client.
244244

245245
## Versioning
246246

247+
247248
This library follows [Semantic Versioning](http://semver.org/).
248249

249250

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

253-
254254
## Contributing
255255

256256

java-resourcemanager/synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-resourcemanager.git",
7-
"sha": "0a6a2a3b5f5055e06137873425585dada8bba4df"
7+
"sha": "65636674f14a5bac58f3d02c8b968dfc8418e7e8"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "52638600f387deb98efb5f9c85fec39e82aa9052"
14+
"sha": "f8a9933e5e98202b04ef427f28d1d79221190fa4"
1515
}
1616
}
1717
]

0 commit comments

Comments
 (0)