You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Attention developers: Add pending changes to this checklist, cherry-pick the relevant commits onto branch 3.14. Only check off items if the relevant PR/commits have been cherry-picked into the branch:
Run the old and new images at least three times to make sure it starts:
# 1. Answer YES to delete /tmp/sourcegraph with the old image
IMAGE=sourcegraph/server:3.14 ./dev/run-server-image.sh
# 2. Answer NO to delete /tmp/sourcegraph with the new image
IMAGE=sourcegraph/server:3.14.3 ./dev/run-server-image.sh
# 3. Answer YES to delete /tmp/sourcegraph with the new image
IMAGE=sourcegraph/server:3.14.3 ./dev/run-server-image.sh
Wait for Renovate to open a PR named "Update Sourcegraph Docker images" and merge that PR (example and note Renovate may have merged it automatically).
Wait for Renovate to open a PR named "Update Sourcegraph Prometheus / Grafana Docker images" and merge that PR (note Renovate may have merged it automatically).
Cherry-pick the image tag update commits from master onto 3.14 branch. Then push the release tag:
git checkout 3.14
git pull
git cherry-pick <commit0> <commit1> ... # all relevant commits from the master branch
git push 3.14
git tag v3.14.3
git push origin v3.14.3
Update the docs
Open and merge PRs that publish the release (the PRs created by this command must be merged manually):
yarn run release release:publish 3.14.3
Create a new section for the patch version in the changelog. Verify that all changes that have been cherry picked onto the release branch have been moved to this section of the CHANGELOG on master.
Post a reply in the #dev-announce thread to say that the release is complete.
The text was updated successfully, but these errors were encountered:
3.14.3 Patch Release
Attention developers: Add pending changes to this checklist, cherry-pick the relevant commits onto branch
3.14
. Only check off items if the relevant PR/commits have been cherry-picked into the branch:Release sourcegraph/server
3.14
with your cherry-picked commit(s) and make sure CI passes.Release Kubernetes deployment
In deploy-sourcegraph:
master
onto3.14
branch. Then push the release tag:Update the docs
master
.The text was updated successfully, but these errors were encountered: