You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: synthtool/gcp/templates/java_library/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,13 +118,15 @@ Java 7 or above is required for using this client.
118
118
119
119
## Versioning
120
120
121
+
{% if 'partials' in metadata and metadata['partials']['versioning'] -%}
122
+
{{ metadata['partials']['versioning'] }}
123
+
{% else %}
121
124
This library follows [Semantic Versioning](http://semver.org/).
122
125
123
126
{% if metadata['repo']['release_level'] in ['alpha', 'beta'] %}
124
127
It is currently in major version zero (``0.y.z``), which means that anything may change at any time
125
128
and the public API should not be considered stable.
126
-
{% endif %}
127
-
129
+
{% endif %}{% endif %}
128
130
## Contributing
129
131
130
132
{% if 'partials' in metadata and metadata['partials']['contributing'] -%}
0 commit comments