docs: Update RELEASE_CHECKLIST.md to reflect state of operations #4841
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Wrote up these changes on Friday night and just wanted to push them up. The overall mechanisms haven't changed (e.g., a tag creates a release), but these are steps which have changed, process-wise in terms of how we do releases. Today, we've adopted the pattern of:
main
, but stays as draft until it's ready to go final (step 4)dev
moves forward.main
.Concretely, the release checklist steps are no longer all grouped into one "big step" and no longer require you to remember where to pick up. Instead, each have distinct sections which can either be done at separate times (and by separate people!) or just all at once.
There are a lot of steps, but aside from setting the required variables at each stage, it's copy-paste all the way down (but a lot of copy-paste, admitedly).
There are some clear follow-up items still - all of them include automation - but I don't think we should wait for them.