Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove QA prefix on the tag
Browse files Browse the repository at this point in the history
jhchabran committed Mar 24, 2024
1 parent 7bc2975 commit 177ee17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release.yaml
Original file line number Diff line number Diff line change
@@ -264,11 +264,11 @@ promoteToPublic:
# 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
tag_url="https://github.com/sourcegraph/deploy-sourcegraph-k8s/tree/QA-{{version}}"
tag_url="https://github.com/sourcegraph/deploy-sourcegraph-k8s/tree/{{version}}"
# Annotate PRs
cat << EOF | gh pr comment "$internal_branch" --body-file -
@@ -285,5 +285,5 @@ promoteToPublic:
# Annotate build
cat << EOF | buildkite-agent annotate --style info
Promoted release is **publicly available** through a git tag at [\`QA-{{version}}\`](https://github.com/sourcegraph/deploy-sourcegraph-k8s/tree/QA-{{version}}).
Promoted release is **publicly available** through a git tag at [\`{{version}}\`](https://github.com/sourcegraph/deploy-sourcegraph-k8s/tree/{{version}}).
EOF

0 comments on commit 177ee17

Please sign in to comment.