Skip to content

Commit 281d274

Browse files
authored
Remove references to master branch. (GoogleCloudPlatform#97)
1 parent c600546 commit 281d274

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/pr-build.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ name: "Pull Request Build"
33
on:
44
pull_request:
55
branches:
6-
- master
76
- main
8-
# For Testing!
9-
- wip-test-containers
107
jobs:
118
test:
129
name: Test
@@ -39,4 +36,4 @@ jobs:
3936
- uses: burrunan/[email protected]
4037
with:
4138
remote-build-cache-proxy-enabled: false
42-
arguments: spotlessCheck
39+
arguments: spotlessCheck

RELEASING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ $ ./gradlew snapshot -Dmock.server.path=$MOCKSERVER
8282

8383
## Releasing a Candidate
8484

85-
After following the above steps, you can release candidates from `master` or `v<major>.<minor>.x` branches.
85+
After following the above steps, you can release candidates from `main` or `v<major>.<minor>.x` branches.
8686

8787
For example, to release the v0.14.0-RC1 candidate, do the following:
8888

@@ -101,7 +101,7 @@ Note: In the future, the `-Prelease.version` flag should not be required.
101101

102102
## Release a final verison
103103

104-
After following the above steps, you can release candidates from `master` or `v<major>.<minor>.x` branches.
104+
After following the above steps, you can release candidates from `main` or `v<major>.<minor>.x` branches.
105105

106106
For example, to release the v0.14.0 candidate, do the following:
107107

0 commit comments

Comments
 (0)