Update release branch script as main branch is now "main".

See https://github.com/github/dsp-code-scanning/issues/1457
This commit is contained in:
Sam Partington 2020-06-23 10:08:23 +01:00
parent 74f864bee1
commit 6d413dd723

View file

@ -7,7 +7,7 @@ import sys
# 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'