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.
Update the version (major.minor.patch) of Sourcegraph in the docs (example) by running the following
find . -type f -name '*.md' -exec sed -i '' -E 's/sourcegraph\/server:[0-9\.]+/sourcegraph\/server:$NEW_VERSION/g' {} +
Update versions in docs.sourcegraph.com template (example)
Update latestReleaseKubernetesBuild and latestReleaseDockerServerImageBuild (example).
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.3.5 Release
Release sourcegraph/server
Create an annotated git tag and push it (this triggers CI to build the Docker images for the new version). For example:
Wait for the final Docker images to be available at https://hub.docker.com/r/sourcegraph/server/tags.
Release Kubernetes deployment
In deploy-sourcegraph:
Update the docs
latestReleaseKubernetesBuild
andlatestReleaseDockerServerImageBuild
(example).master
.The text was updated successfully, but these errors were encountered: