Skip to content

Commit

Permalink
chore: add api_shortname and library_type to repo metadata (#1737)
Browse files Browse the repository at this point in the history
* chore: update .repo-metadata.json

* chore: update library_type in repo-metadata.json

* 馃 Updates from OwlBot

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

* 馃 Updates from OwlBot

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

* 馃 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
parthea and gcf-owl-bot[bot] committed Jan 5, 2022
1 parent 9758632 commit 00392a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .repo-metadata.json
Expand Up @@ -4,11 +4,13 @@
"product_documentation": "https://cloud.google.com/storage",
"client_documentation": "https://googleapis.dev/nodejs/storage/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559782",
"release_level": "ga",
"release_level": "stable",
"language": "nodejs",
"repo": "googleapis/nodejs-storage",
"distribution_name": "@google-cloud/storage",
"api_id": "storage-api.googleapis.com",
"requires_billing": true,
"codeowner_team": "@googleapis/cloud-storage-dpe"
"codeowner_team": "@googleapis/cloud-storage-dpe",
"api_shortname": "storage",
"library_type": "GAPIC_MANUAL"
}
9 changes: 4 additions & 5 deletions README.md
Expand Up @@ -4,7 +4,7 @@

# [Google Cloud Storage: Node.js Client](https://github.com/googleapis/nodejs-storage)

[![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)
[![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/storage.svg)](https://www.npmjs.org/package/@google-cloud/storage)


Expand Down Expand Up @@ -234,18 +234,17 @@ _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

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 **GA** libraries
an extensive deprecation period. Issues and requests against **stable** libraries
are addressed with the highest priority.







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

[launch_stages]: https://cloud.google.com/terms/launch-stages
Expand Down

0 comments on commit 00392a4

Please sign in to comment.