Skip to content

Commit

Permalink
remove qa- from branch creation and tag naming during release (source…
Browse files Browse the repository at this point in the history
  • Loading branch information
DaedalusG authored May 24, 2024
1 parent c4c6438 commit 331a5d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,12 +369,12 @@ promoteToPublic:
# Branches
internal_branch="internal/release-{{version}}"
promote_branch="promote/release-{{version}}"
release_branch="qa-release-{{version}}"
release_branch="release-{{version}}"
# Create the final branch holding the tagged commit
git checkout "${promote_branch}"
git switch -c "${release_branch}"
git tag qa-{{version}}
git tag {{version}}
git push origin ${release_branch} --tags
# Web URL to the tag
Expand Down

0 comments on commit 331a5d5

Please sign in to comment.