aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/release
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/release')
-rwxr-xr-xscripts/release/release.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/release/release.sh b/scripts/release/release.sh
index bebc2114d5..6bfec6f554 100755
--- a/scripts/release/release.sh
+++ b/scripts/release/release.sh
@@ -19,10 +19,10 @@
set -eu
# Repositories to push the release branch and the release tag.
-: ${RELEASE_REPOSITORIES:="https://github.com/google/bazel"}
+: ${RELEASE_REPOSITORIES:="https://github.com/bazelbuild/bazel"}
# Repositories to push the master branch
-: ${MASTER_REPOSITORIES:="https://github.com/google/bazel https://bazel.googlesource.com/bazel"}
+: ${MASTER_REPOSITORIES:="https://github.com/bazelbuild/bazel https://bazel.googlesource.com/bazel"}
# Name of the default editor
: ${EDITOR=vi}