Skip to content

Fixes stable_branch execution with SHA

Mayra Cabrera requested to merge fixes-stable-branch-with-sha into master

What does this MR do?

Fixes stable_branch execution with SHA

stable_branch rake task can be used in two ways: without an argument and with a SHA as an argument

  • If no argument is used, stable branches for GitLab, GitLab FOSS and Omnibus are created from the last deployment to production.

  • If a SHA is used as an argument, stable branches for GitLab and GitLab FOSS are created from that SHA. Omnibus stable branch is created from the current auto-deploy branch.

CNG and HELM branches are always created from master

Related to https://gitlab.com/gitlab-org/release-tools/-/issues/439

Edited by Mayra Cabrera

Merge request reports