Skip to content

Commit 8d2c953

Browse files
author
Benjamin E. Coe
authored
docs(node): support "stable"/"preview" release level (#1312)
1 parent ddfdfd4 commit 8d2c953

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

  • synthtool/gcp/templates/node_library

synthtool/gcp/templates/node_library/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ unless absolutely necessary (e.g. because of critical security issues) or with
118118
an extensive deprecation period. Issues and requests against **GA** libraries
119119
are addressed with the highest priority.
120120
{% endif %}
121+
{% if metadata['repo']['release_level'] == 'stable' %}
122+
This library is considered to be **stable**. The code surface will not change in backwards-incompatible ways
123+
unless absolutely necessary (e.g. because of critical security issues) or with
124+
an extensive deprecation period. Issues and requests against **stable** libraries
125+
are addressed with the highest priority.
126+
{% endif %}
121127
{% if metadata['repo']['release_level'] == 'beta' %}
122128
This library is considered to be in **beta**. This means it is expected to be
123129
mostly stable while we work toward a general availability release; however,
@@ -134,6 +140,11 @@ This library is **deprecated**. This means that it is no longer being
134140
actively maintained and the only updates the library will receive will
135141
be for critical security issues. {% if metadata['deprecated'] %}{{ metadata['deprecated'] }}{% endif %}
136142
{% endif %}
143+
{% if metadata['repo']['release_level'] == 'preview' %}
144+
This library is considered to be in **preview**. This means it is still a
145+
work-in-progress and under active development. Any release is subject to
146+
backwards-incompatible changes at any time.
147+
{% endif %}
137148

138149
More Information: [Google Cloud Platform Launch Stages][launch_stages]
139150

0 commit comments

Comments
 (0)