This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
3.24 release tracking issue #17144
Labels
release-tracking
Release tracking issue: https://about.sourcegraph.com/handbook/engineering/releases
3.24 Release
This release is scheduled for Jan 20, 2021, 6:00 PM (UTC).
Note: All
yarn run release ...
commands should be run from folderdev/release
.Note: All
yarn run test ...
commands should be run from folderweb
.Setup
dev/release/release-config.jsonc
onmain
is up to date with the parameters for the current release.sourcegraph@main
.Jan 14, 2021, 6:00 PM (UTC) (5 work days before release): Prep for branch cut
Jan 15, 2021, 6:00 PM (UTC) (4 work days before release): Branch cut
3.24
branch off the CHANGELOG commit in the previous step:git branch 3.24 && git push origin 3.24
.Upon branch cut, create and test the first release candidate:
release-blocker
issues and assign the appropriate teams.Revert or disable features that may cause delays. As necessary,
git cherry-pick
bugfix (not feature!) commits frommain
into the release branch. Continue to create new release candidates daily or as necessary, until no morerelease-blocker
issues remain:release-blocker
issues.Tag final release
Once there are no more release-blocking issues (as reported by the
release:status
command) proceed with creating the final release:main
is accurate (no items should have been added since branch cut, but some items may need tobe removed).
Jan 20, 2021, 6:00 PM (UTC): Release
v3.24.0
release at the most recent commit on thev3.24
branch.sourcegraph/sourcegraph@main
into the release branch.Post-release
Notify the next release captain that they are on duty for the next release. They should complete the steps in this section.
dev/release/release-config.jsonc
with the parameters for the current release.sourcegraph@main
.Note: If a patch release is requested after the release, ask that a patch request issue be filled out and approved first.
The text was updated successfully, but these errors were encountered: