Skip to content

Commit bdbf594

Browse files
committed
build: add release-please config, fix owlbot-config
1 parent 9d28eb0 commit bdbf594

52 files changed

Lines changed: 59 additions & 977 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
/handwritten/spanner @googleapis/spanner-team
1515
/handwritten/bigquery-storage @googleapis/bigquery-team
1616
/handwritten/pubsub @googleapis/pubsub-team
17+
/handwritten/bigtable @googleapis/bigtable-team

handwritten/bigtable/.github/workflows/conformance.yaml renamed to .github/workflows/conformance.yaml

File renamed without changes.

handwritten/bigtable/.github/workflows/mandatory-conformance.yaml renamed to .github/workflows/mandatory-conformance.yaml

File renamed without changes.

.release-please-manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"core/promisify": "5.0.0",
77
"handwritten/bigquery": "8.2.0",
88
"handwritten/bigquery-storage": "5.1.0",
9+
"handwritten/bigtable": "6.5.0",
910
"handwritten/cloud-profiler": "6.0.4",
1011
"handwritten/datastore": "10.1.0",
1112
"handwritten/error-reporting": "3.0.5",
@@ -213,6 +214,7 @@
213214
"packages/google-maps-fleetengine": "0.8.1",
214215
"packages/google-maps-fleetengine-delivery": "0.6.1",
215216
"packages/google-maps-mapsplatformdatasets": "3.1.1",
217+
"packages/google-maps-navconnect": "0.1.0",
216218
"packages/google-maps-places": "2.4.0",
217219
"packages/google-maps-routeoptimization": "0.6.0",
218220
"packages/google-maps-routing": "2.2.0",
@@ -238,6 +240,5 @@
238240
"packages/google-storagetransfer": "4.2.1",
239241
"packages/google-streetview-publish": "0.4.1",
240242
"packages/grafeas": "6.1.1",
241-
"packages/typeless-sample-bot": "3.1.1",
242-
"packages/google-maps-navconnect": "0.1.0"
243+
"packages/typeless-sample-bot": "3.1.1"
243244
}
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,16 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
docker:
15-
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
1614

1715

1816
deep-remove-regex:
1917
- /owl-bot-staging
2018

2119
deep-copy-regex:
22-
- source: /google/bigtable/(v.*)/.*-nodejs/(.*)
23-
dest: /owl-bot-staging/$1/$2
24-
- source: /google/bigtable/(admin/v.*)/.*-nodejs/(.*)
25-
dest: /owl-bot-staging/$1/$2
20+
- source: /google/bigtable/(v.*)/.*-nodejs
21+
dest: /owl-bot-staging/bigtable/$1
22+
- source: /google/bigtable/(admin/v.*)/.*-nodejs
23+
dest: /owl-bot-staging/bigtable/$1
2624

2725
begin-after-commit-hash: 3ff710d08cb30ef881e037f69e0a967af060d36e
2826

handwritten/bigtable/.github/.OwlBot.lock.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

handwritten/bigtable/.github/CODEOWNERS

Lines changed: 0 additions & 9 deletions
This file was deleted.

handwritten/bigtable/.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

handwritten/bigtable/.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 99 deletions
This file was deleted.

handwritten/bigtable/.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)