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

Commit

Permalink
fix: flag module as GA (#44)
Browse files Browse the repository at this point in the history
* fix: flag module as GA

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* Update .repo-metadata.json

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
JustinBeckwith and gcf-owl-bot[bot] authored Aug 25, 2021
1 parent 2381b0e commit 8d31c91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"product_documentation": "https://cloud.google.com/resource-manager/docs/managing-notification-contacts/",
"name": "essentialcontacts",
"requires_billing": true,
"release_level": "beta",
"release_level": "ga",
"language": "nodejs",
"api_id": "essentialcontacts.googleapis.com",
"distribution_name": "@google-cloud/essential-contacts",
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# [Essential Contacts API: Node.js Client](https://github.com/googleapis/nodejs-essential-contacts)

[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![release level](https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![npm version](https://img.shields.io/npm/v/@google-cloud/essential-contacts.svg)](https://www.npmjs.org/package/@google-cloud/essential-contacts)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-essential-contacts/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-essential-contacts)

Expand Down Expand Up @@ -122,11 +122,12 @@ _Legacy Node.js versions are supported as a best effort:_
This library follows [Semantic Versioning](http://semver.org/).


This library is considered to be **General Availability (GA)**. This means it
is 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 **GA** libraries
are addressed with the highest priority.

This library is considered to be in **beta**. This means it is expected to be
mostly stable while we work toward a general availability release; however,
complete stability is not guaranteed. We will address issues and requests
against beta libraries with a high priority.



Expand Down

0 comments on commit 8d31c91

Please sign in to comment.