We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff2afc commit f8a9933Copy full SHA for f8a9933
1 file changed
synthtool/gcp/templates/java_library/README.md
@@ -118,13 +118,15 @@ Java 7 or above is required for using this client.
118
119
## Versioning
120
121
+{% if 'partials' in metadata and metadata['partials']['versioning'] -%}
122
+{{ metadata['partials']['versioning'] }}
123
+{% else %}
124
This library follows [Semantic Versioning](http://semver.org/).
125
126
{% if metadata['repo']['release_level'] in ['alpha', 'beta'] %}
127
It is currently in major version zero (``0.y.z``), which means that anything may change at any time
128
and the public API should not be considered stable.
-{% endif %}
-
129
+{% endif %}{% endif %}
130
## Contributing
131
132
{% if 'partials' in metadata and metadata['partials']['contributing'] -%}
0 commit comments