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 9a9b328 commit a4709d6
Show file tree
Hide file tree
Showing 10 changed files with 86 additions and 366 deletions.
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"packages/gapic-node-templating": "0.0.0",
"packages/google-analytics-data": "3.1.1",
"packages/google-api-apikeys": "0.1.3",
"packages/google-cloud-batch": "0.3.2",
"packages/google-cloud-beyondcorp-appconnections": "0.2.3",
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/analytics/data/(.*)/.*-nodejs/(.*)
dest: /owl-bot-staging/$1/$2
- source: /google/analytics/data/(.*)/.*-nodejs
dest: /owl-bot-staging/google-analytics-data/$1

2 changes: 1 addition & 1 deletion packages/google-analytics-data/.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-analytics-data/.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
2 changes: 1 addition & 1 deletion packages/google-analytics-data/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"default_version": "v1beta",
"language": "nodejs",
"name_pretty": "Google Analytics Data",
"repo": "googleapis/nodejs-analytics-data",
"repo": "googleapis/google-cloud-node",
"codeowner_team": "@googleapis/ga-devrel",
"product_documentation": "https://developers.google.com/analytics/trusted-testing/analytics-data",
"requires_billing": false,
Expand Down
47 changes: 16 additions & 31 deletions packages/google-analytics-data/README.md

Large diffs are not rendered by default.

13 changes: 9 additions & 4 deletions packages/google-analytics-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "@google-analytics/data",
"version": "3.1.1",
"description": "Data client for Node.js",
"repository": "googleapis/nodejs-analytics-data",
"repository": {
"type": "git",
"directory": "packages/google-analytics-data",
"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 @@
"lint": "gts check",
"prelint": "cd samples; npm link ../; npm i",
"prepare": "npm run compile-protos && npm run compile",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"system-test": "c8 mocha build/system-test",
"samples-test": "npm run compile && cd samples/ && npm link ../ && npm i && npm test",
"system-test": "npm run compile && c8 mocha build/system-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-analytics-data"
}
Loading

0 comments on commit a4709d6

Please sign in to comment.