From 6d413dd723279e5df7e5374ef22b4047e3fe35d9 Mon Sep 17 00:00:00 2001 From: Sam Partington Date: Tue, 23 Jun 2020 10:08:23 +0100 Subject: [PATCH] Update release branch script as main branch is now "main". See https://github.com/github/dsp-code-scanning/issues/1457 --- .github/update-release-branch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'