Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ internal:
--fill \
--draft \
--title "(internal) release_patch: build {{version}}" \
--body "Test plan: automated release PR, CI will perform additional checks"
--body "Test plan: automated release PR, CI will perform additional checks"
echo "🚢 Please check the associated CI build to ensure the process completed".
minor:
- name: docker(compose):tags
Expand Down Expand Up @@ -133,12 +133,12 @@ promoteToPublic:
- name: docker(compose):tags
cmd: |
set -eu
registry=us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-public
registry=index.docker.io/sourcegraph
sg ops update-images --registry ${registry} --kind compose --pin-tag {{inputs.server.tag}} docker-compose/
- name: docker(shell):tags
cmd: |
set -eu
registry=us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-public
registry=index.docker.io/sourcegraph
sg ops update-images --registry ${registry} --kind shell --pin-tag {{inputs.server.tag}} pure-docker/
- name: "git:branch"
cmd: |
Expand Down Expand Up @@ -181,7 +181,7 @@ promoteToPublic:
# Web URL to the tag
tag_url="https://github.com/sourcegraph/deploy-sourcegraph-docker/tree/{{version}}"

# Annotate PRs
# Annotate PRs
cat << EOF | gh pr comment "$internal_branch" --body-file -
- :green_circle: Release has been promoted, see tag: $tag_url.
- :no_entry: Do not under any circumstance delete the branch holding the tagged commit (i.e. \`$release_branch\`).
Expand Down