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:
parent
74f864bee1
commit
6d413dd723
1 changed files with 1 additions and 1 deletions
2
.github/update-release-branch.py
vendored
2
.github/update-release-branch.py
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue