Skip to content

Commit 342faae

Browse files
authored
[meta] update references to master branch to main (#1619)
1 parent 615505e commit 342faae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.bazelci/update_workspace_to_deps_heads.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ else
2222
INPLACE=("-i")
2323
fi
2424

25-
# Modify the WORKSPACE to pull in the master branches of some deps.
25+
# Modify the WORKSPACE to pull in the main branches of some deps.
2626
sed \
2727
"${INPLACE[@]}" \
2828
-e \
@@ -39,7 +39,7 @@ git_repository(\
3939
git_repository(\
4040
\ name = "build_bazel_apple_support",\
4141
\ remote = "https://github.com/bazelbuild/apple_support.git",\
42-
\ branch = "master",\
42+
\ branch = "main",\
4343
)\
4444
' \
4545
WORKSPACE

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Swift Rules for [Bazel](https://bazel.build)
22

3-
[![Build status](https://badge.buildkite.com/d562b11425e192a8f6ba9c43715bc8364985bccf54e4b9194a.svg?branch=master)](https://buildkite.com/bazel/rules-swift-swift)
3+
[![Build status](https://badge.buildkite.com/d562b11425e192a8f6ba9c43715bc8364985bccf54e4b9194a.svg?branch=main)](https://buildkite.com/bazel/rules-swift-swift)
44

55
This repository contains rules for [Bazel](https://bazel.build) that can be
66
used to build Swift libraries, tests, and executables for macOS and Linux.
@@ -40,7 +40,7 @@ swift_library(
4040

4141
## Reference Documentation
4242

43-
[Click here](https://github.com/bazelbuild/rules_swift/tree/master/doc)
43+
[Click here](https://github.com/bazelbuild/rules_swift/tree/main/doc)
4444
for the reference documentation for the rules and other definitions in this
4545
repository.
4646

0 commit comments

Comments
 (0)