Skip to content

Commit

Permalink
Remove references to master branch. (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth authored Mar 16, 2021
1 parent c600546 commit 281d274
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ name: "Pull Request Build"
on:
pull_request:
branches:
- master
- main
# For Testing!
- wip-test-containers
jobs:
test:
name: Test
Expand Down Expand Up @@ -39,4 +36,4 @@ jobs:
- uses: burrunan/gradle-cache-action@v1.6
with:
remote-build-cache-proxy-enabled: false
arguments: spotlessCheck
arguments: spotlessCheck
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ $ ./gradlew snapshot -Dmock.server.path=$MOCKSERVER

## Releasing a Candidate

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

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

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

## Release a final verison

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

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

Expand Down

0 comments on commit 281d274

Please sign in to comment.