diff --git a/build.py b/build.py index 5478898..81772d0 100644 --- a/build.py +++ b/build.py @@ -38,6 +38,7 @@ def initialize2(project): "project_root_path": PROJECT_ROOT_PATH, "build_types": [], "mixin_types": ["RELEASE"], + "release_main_branch": "main", "release_primary_build_file": "build.gradle", "release_secondary_build_files": ["build.py"], # release artifacts diff --git a/doc/Release.md b/doc/Release.md index ddc8049..98e2919 100644 --- a/doc/Release.md +++ b/doc/Release.md @@ -5,7 +5,7 @@ release-1.2 or release-1.2.3 I.e.: release-X.X.Z where X, Y, Z are the major, minor resp. the patch level of the release. Z can be omitted. -**Note:** Such kind of release tags should only be applied to commits in the master branch. +**Note:** Such kind of release tags should only be applied to commits in the main branch. ``` #adjust [version]