Skip to content

Commit

Permalink
chore: add api_shortname and library_type to repo metadata (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Dec 30, 2021
1 parent c24a2d8 commit 26b3cfe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 deletions packages/google-devtools-artifactregistry/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"default_version": "v1beta2",
"release_level": "BETA",
"release_level": "preview",
"requires_billing": true,
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/artifact-registry/latest",
"codeowner_team": "@googleapis/cicd",
Expand All @@ -11,5 +11,7 @@
"distribution_name": "@google-cloud/artifact-registry",
"name_pretty": "Artifact Registry",
"api_id": "artifactregistry.googleapis.com",
"repo": "googleapis/nodejs-artifact-registry"
"repo": "googleapis/nodejs-artifact-registry",
"api_shortname": "artifactregistry",
"library_type": "GAPIC_AUTO"
}
6 changes: 5 additions & 1 deletion packages/google-devtools-artifactregistry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# [Artifact Registry: Node.js Client](https://github.com/googleapis/nodejs-artifact-registry)

[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)

[![npm version](https://img.shields.io/npm/v/@google-cloud/artifact-registry.svg)](https://www.npmjs.org/package/@google-cloud/artifact-registry)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-artifact-registry/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-artifact-registry)

Expand Down Expand Up @@ -127,6 +127,10 @@ This library follows [Semantic Versioning](http://semver.org/).



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 26b3cfe

Please sign in to comment.