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 12, 2022
1 parent 8bcc14f commit 81e4737
Show file tree
Hide file tree
Showing 10 changed files with 681 additions and 31 deletions.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"packages/google-cloud-dialogflow": "5.3.0",
"packages/google-cloud-discoveryengine": "0.2.0",
"packages/google-cloud-documentai": "6.1.0",
"packages/google-cloud-filestore": "2.2.0",
"packages/google-cloud-gkeconnect-gateway": "2.0.5",
"packages/google-cloud-gkemulticloud": "0.1.4",
"packages/google-cloud-iot": "3.1.2",
Expand All @@ -38,8 +39,8 @@
"packages/google-cloud-recommender": "5.0.4",
"packages/google-cloud-redis": "3.1.5",
"packages/google-cloud-resourcemanager": "4.1.3",
"packages/google-cloud-secretmanager": "4.1.4",
"packages/google-cloud-scheduler": "3.0.5",
"packages/google-cloud-secretmanager": "4.1.4",
"packages/google-cloud-security-publicca": "0.1.3",
"packages/google-cloud-servicedirectory": "4.0.4",
"packages/google-cloud-shell": "2.0.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@
# 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/filestore/(.*)/.*-nodejs/(.*)
dest: /owl-bot-staging/$1/$2
- source: /google/cloud/filestore/(.*)/.*-nodejs
dest: /owl-bot-staging/google-cloud-filestore/$1
2 changes: 1 addition & 1 deletion packages/google-cloud-filestore/.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-filestore/.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
7 changes: 3 additions & 4 deletions packages/google-cloud-filestore/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"name": "filestore",
"api_shortname": "file",
"api_shortname": "filestore",
"name_pretty": "Filestore",
"product_documentation": "https://cloud.google.com/filestore/",
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/filestore/latest",
"issue_tracker": "https://github.com/googleapis/nodejs-filestore/issues",
"issue_tracker": "https://github.com/googleapis/google-cloud-node/issues",
"release_level": "stable",
"language": "nodejs",
"repo": "googleapis/nodejs-filestore",
"repo": "googleapis/google-cloud-node",
"distribution_name": "@google-cloud/filestore",
"api_id": "file.googleapis.com",
"default_version": "v1",
"requires_billing": true,
"api_shortname": "filestore",
"library_type": "GAPIC_AUTO"
}
48 changes: 41 additions & 7 deletions packages/google-cloud-filestore/README.md

Large diffs are not rendered by default.

13 changes: 9 additions & 4 deletions packages/google-cloud-filestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "@google-cloud/filestore",
"version": "2.2.0",
"description": "file client for Node.js",
"repository": "googleapis/nodejs-filestore",
"repository": {
"type": "git",
"directory": "packages/google-cloud-filestore",
"url": "https://github.com/googleapis/google-cloud-node.git"
},
"license": "Apache-2.0",
"author": "Google LLC",
"main": "build/src/index.js",
Expand Down Expand Up @@ -34,8 +38,8 @@
"prelint": "cd samples; npm link ../; npm install",
"lint": "gts check",
"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"
},
"dependencies": {
Expand All @@ -62,5 +66,6 @@
},
"engines": {
"node": ">=12.0.0"
}
},
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-filestore"
}
Loading

0 comments on commit 81e4737

Please sign in to comment.