Skip to content

Commit 8d850fb

Browse files
committed
Update script after master -> main renaming
1 parent 04da62f commit 8d850fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: scripts/release_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ def main():
7474
if not git_working_dir_is_clean(PROJECT_DIR):
7575
print("Commit any pending changes first to make sure the working directory is in a clean state!")
7676
return
77-
if git_branch(PROJECT_DIR) != "master":
78-
print("Switch to the master branch first!")
77+
if git_branch(PROJECT_DIR) != "main":
78+
print("Switch to the main branch first!")
7979
return
8080

8181
properties = PropertiesFile(str(PROJECT_DIR / "gradle.properties"))

0 commit comments

Comments
 (0)