diff --git a/.github/update-release-branch.py b/.github/update-release-branch.py index 2297ee596..9476fd9df 100644 --- a/.github/update-release-branch.py +++ b/.github/update-release-branch.py @@ -7,7 +7,7 @@ # The branch being merged from. # This is the one that contains day-to-day development work. -MASTER_BRANCH = 'master' +MASTER_BRANCH = 'main' # The branch being merged into. # This is the release branch that users reference. LATEST_RELEASE_BRANCH = 'v1'