We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04da62f commit 8d850fbCopy full SHA for 8d850fb
scripts/release_version.py
@@ -74,8 +74,8 @@ def main():
74
if not git_working_dir_is_clean(PROJECT_DIR):
75
print("Commit any pending changes first to make sure the working directory is in a clean state!")
76
return
77
- if git_branch(PROJECT_DIR) != "master":
78
- print("Switch to the master branch first!")
+ if git_branch(PROJECT_DIR) != "main":
+ print("Switch to the main branch first!")
79
80
81
properties = PropertiesFile(str(PROJECT_DIR / "gradle.properties"))
0 commit comments