Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
feat: promote to stable (#31)
Browse files Browse the repository at this point in the history
Release-As: 1.0.0
  • Loading branch information
chingor13 committed Mar 23, 2022
1 parent 4101f25 commit edfa50a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://cloud.google.com/migrate/compute-engine/",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/vmmigration/latest",
"issue_tracker": "https://github.com/googleapis/nodejs-vmmigration/issues",
"release_level": "preview",
"release_level": "stable",
"language": "nodejs",
"repo": "googleapis/nodejs-vmmigration",
"distribution_name": "@google-cloud/vmmigration",
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# [Migrate for Compute Engine: Node.js Client](https://github.com/googleapis/nodejs-vmmigration)

[![release level](https://img.shields.io/badge/release%20level-preview-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![npm version](https://img.shields.io/npm/v/@google-cloud/vmmigration.svg)](https://www.npmjs.org/package/@google-cloud/vmmigration)


Expand Down Expand Up @@ -153,13 +153,14 @@ This library follows [Semantic Versioning](http://semver.org/).



This library is considered to be **stable**. The code surface will not change in backwards-incompatible ways
unless absolutely necessary (e.g. because of critical security issues) or with
an extensive deprecation period. Issues and requests against **stable** libraries
are addressed with the highest priority.




This library is considered to be in **preview**. This means it is still a
work-in-progress and under active development. Any release is subject to
backwards-incompatible changes at any time.


More Information: [Google Cloud Platform Launch Stages][launch_stages]
Expand Down

0 comments on commit edfa50a

Please sign in to comment.