Skip to content

Commit 1ad8b98

Browse files
hugovksethmlarson
authored andcommitted
Use 'main' in function name and description
1 parent 691fbbb commit 1ad8b98

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

run_release.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ def post_release_tagging(db: DbfilenameShelf) -> None:
841841
)
842842

843843

844-
def maybe_prepare_new_master_branch(db: DbfilenameShelf) -> None:
844+
def maybe_prepare_new_main_branch(db: DbfilenameShelf) -> None:
845845
release_tag: release_mod.Tag = db["release"]
846846

847847
if not release_tag.is_feature_freeze_release:
@@ -1044,8 +1044,8 @@ def _api_key(api_key):
10441044
Task(branch_new_versions, "Branch out new versions and prepare main branch"),
10451045
Task(post_release_tagging, "Final touches for the release"),
10461046
Task(
1047-
maybe_prepare_new_master_branch,
1048-
"prepare new master branch for feature freeze",
1047+
maybe_prepare_new_main_branch,
1048+
"prepare new main branch for feature freeze",
10491049
),
10501050
Task(push_to_upstream, "Push new tags and branches to upstream"),
10511051
Task(remove_temporary_branch, "Removing temporary release branch"),

0 commit comments

Comments
 (0)