From 8191096794be3089109b87c967632321b2a751f6 Mon Sep 17 00:00:00 2001 From: ansgarz Date: Sat, 24 Feb 2024 18:50:40 +0100 Subject: [PATCH] add release_main_branch to build.py --- build.py | 1 + doc/Release.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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]