Skip to content

Commit 6d413dd

Browse files
committed
Update release branch script as main branch is now "main".
See https://github.com/github/dsp-code-scanning/issues/1457
1 parent 74f864b commit 6d413dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/update-release-branch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# The branch being merged from.
99
# This is the one that contains day-to-day development work.
10-
MASTER_BRANCH = 'master'
10+
MASTER_BRANCH = 'main'
1111
# The branch being merged into.
1212
# This is the release branch that users reference.
1313
LATEST_RELEASE_BRANCH = 'v1'

0 commit comments

Comments
 (0)