Skip to content

Commit

Permalink
chore: add api_shortname and library_type to repo metadata (#311)
Browse files Browse the repository at this point in the history
Update .repo-metadata.json as required by go/library-data-integrity
  • Loading branch information
parthea committed Dec 30, 2021
1 parent 6208736 commit f4c26ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 4 additions & 2 deletions packages/grafeas/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/grafeas/latest",
"api_id": "containeranalysis.googleapis.com",
"distribution_name": "@google-cloud/grafeas",
"release_level": "ga",
"release_level": "stable",
"default_version": "v1",
"language": "nodejs",
"name_pretty": "Grafeas",
Expand All @@ -11,5 +11,7 @@
"requires_billing": false,
"name": "grafeas",
"issue_tracker": "https://github.com/grafeas/grafeas/issues",
"codeowner_team": "@googleapis/cicd"
"codeowner_team": "@googleapis/cicd",
"api_shortname": "grafeas",
"library_type": "GAPIC_AUTO"
}
9 changes: 4 additions & 5 deletions packages/grafeas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# [Grafeas: Node.js Client](https://github.com/googleapis/nodejs-grafeas)

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


Expand Down Expand Up @@ -122,18 +122,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 f4c26ac

Please sign in to comment.