Skip to content

Commit

Permalink
build: add release-please config, fix owlbot-config
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Nov 11, 2022
1 parent ef35e6c commit 8bda9ac
Show file tree
Hide file tree
Showing 10 changed files with 682 additions and 69 deletions.
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"packages/google-cloud-redis": "3.1.5",
"packages/google-cloud-resourcemanager": "4.1.3",
"packages/google-cloud-security-publicca": "0.1.3",
"packages/google-cloud-servicedirectory": "4.0.4",
"packages/google-cloud-shell": "2.0.4",
"packages/google-cloud-texttospeech": "4.0.4",
"packages/google-cloud-translate": "7.0.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest

deep-remove-regex:
- /owl-bot-staging

deep-copy-regex:
- source: /google/cloud/servicedirectory/(.*)/.*-nodejs/(.*)
dest: /owl-bot-staging/$1/$2
- source: /google/cloud/servicedirectory/(.*)/.*-nodejs
dest: /owl-bot-staging/google-cloud-servicedirectory/$1

2 changes: 1 addition & 1 deletion packages/google-cloud-servicedirectory/.mocharc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-servicedirectory/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions packages/google-cloud-servicedirectory/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"default_version": "v1",
"language": "nodejs",
"name_pretty": "Service Directory",
"repo": "googleapis/nodejs-service-directory",
"repo": "googleapis/google-cloud-node",
"product_documentation": "",
"requires_billing": true,
"name": "servicedirectory",
"issue_tracker": "https://github.com/googleapis/nodejs-service-directory/issues",
"issue_tracker": "https://github.com/googleapis/google-cloud-node/issues",
"api_shortname": "servicedirectory",
"library_type": "GAPIC_AUTO"
}
60 changes: 46 additions & 14 deletions packages/google-cloud-servicedirectory/README.md

Large diffs are not rendered by default.

13 changes: 9 additions & 4 deletions packages/google-cloud-servicedirectory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "@google-cloud/service-directory",
"version": "4.0.4",
"description": "Servicedirectory client for Node.js",
"repository": "googleapis/nodejs-service-directory",
"repository": {
"type": "git",
"directory": "packages/google-cloud-servicedirectory",
"url": "https://github.com/googleapis/google-cloud-node.git"
},
"license": "Apache-2.0",
"author": "Google LLC",
"files": [
Expand All @@ -21,8 +25,8 @@
"lint": "gts check",
"predocs-test": "npm run docs",
"prepare": "npm run compile-protos && npm run compile",
"system-test": "c8 mocha build/system-test",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"system-test": "npm run compile && c8 mocha build/system-test",
"samples-test": "npm run compile && cd samples/ && npm link ../ && npm i && npm test",
"test": "c8 mocha build/test",
"precompile": "gts clean"
},
Expand All @@ -49,5 +53,6 @@
},
"engines": {
"node": ">=12.0.0"
}
},
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-servicedirectory"
}
Loading

0 comments on commit 8bda9ac

Please sign in to comment.