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:
Wait for Renovate to open a PR to update the image tags and merge that PR (example).
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.1
git push origin v3.14.1
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.1
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.1 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:PermsSyncer
(authz: expose metrics forPermsSyncer
#9109)authzFilter
duration (authz: expose metrics ofauthzFilter
duration #9264)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: