Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit fd38594

Browse files
author
Benjamin E. Coe
authored
fix(build): migrate to using main branch (#71)
1 parent 0993643 commit fd38594

11 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/repo-automation-bots/owlbot-nodejs:latest
3-
digest: sha256:6245a5be4c0406d9b2f04f380d8b88ffe4655df3cdbb57626f8913e8d620f4dd
3+
digest: sha256:72ff93409133b0cf277b8870f859e1ddde62d2e329f655311d4bfc16735d182e

.github/generated-files-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ generatedFiles:
88
- path: '.github/generated-files-bot.+(yml|yaml)'
99
message: '`.github/generated-files-bot.(yml|yaml)` should be updated in [`synthtool`](https://github.com/googleapis/synthtool)'
1010
- path: 'README.md'
11-
message: '`README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/master/.readme-partials.yaml'
11+
message: '`README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/main/.readme-partials.yaml'
1212
- path: 'samples/README.md'
13-
message: '`samples/README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/master/.readme-partials.yaml'
13+
message: '`samples/README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/main/.readme-partials.yaml'
1414
ignoreAuthors:
1515
- 'gcf-owl-bot[bot]'
1616
- 'yoshi-automation'

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
pull_request:
66
name: ci
77
jobs:

.kokoro/continuous/node10/common.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/continuous/node10/test.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/presubmit/node10/common.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/samples-test.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/system-test.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/test.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/artifact-registry.svg)](https://www.npmjs.org/package/@google-cloud/artifact-registry)
9-
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-artifact-registry/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-artifact-registry)
9+
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-artifact-registry/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-artifact-registry)
1010

1111

1212

@@ -15,7 +15,7 @@ Artifactregistry client for Node.js
1515

1616

1717
A comprehensive list of changes in each version may be found in
18-
[the CHANGELOG](https://github.com/googleapis/nodejs-artifact-registry/blob/master/CHANGELOG.md).
18+
[the CHANGELOG](https://github.com/googleapis/nodejs-artifact-registry/blob/main/CHANGELOG.md).
1919

2020
* [Artifact Registry Node.js Client API Reference][client-docs]
2121
* [Artifact Registry Documentation][product-docs]
@@ -85,11 +85,11 @@ listsRepositories();
8585

8686
## Samples
8787

88-
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-artifact-registry/tree/master/samples) directory. Each sample's `README.md` has instructions for running its sample.
88+
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-artifact-registry/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample.
8989

9090
| Sample | Source Code | Try it |
9191
| --------------------------- | --------------------------------- | ------ |
92-
| Quickstart | [source code](https://github.com/googleapis/nodejs-artifact-registry/blob/master/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-artifact-registry&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
92+
| Quickstart | [source code](https://github.com/googleapis/nodejs-artifact-registry/blob/main/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-artifact-registry&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
9393

9494

9595

@@ -132,19 +132,19 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages]
132132

133133
## Contributing
134134

135-
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-artifact-registry/blob/master/CONTRIBUTING.md).
135+
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-artifact-registry/blob/main/CONTRIBUTING.md).
136136

137137
Please note that this `README.md`, the `samples/README.md`,
138138
and a variety of configuration files in this repository (including `.nycrc` and `tsconfig.json`)
139139
are generated from a central template. To edit one of these files, make an edit
140-
to its template in this
141-
[directory](https://github.com/googleapis/synthtool/tree/master/synthtool/gcp/templates/node_library).
140+
to its templates in
141+
[directory](https://github.com/googleapis/synthtool).
142142

143143
## License
144144

145145
Apache Version 2.0
146146

147-
See [LICENSE](https://github.com/googleapis/nodejs-artifact-registry/blob/master/LICENSE)
147+
See [LICENSE](https://github.com/googleapis/nodejs-artifact-registry/blob/main/LICENSE)
148148

149149
[client-docs]: https://cloud.google.com/nodejs/docs/reference/artifact-registry/latest
150150
[product-docs]: https://cloud.google.com/artifact-registry/

0 commit comments

Comments
 (0)