-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP]Lotus 1.23.3 #11048
Labels
Comments
Important testing cases for v1.23.3
General test cases that we might want to cover:
|
Some performance comparison numbers
|
This was referenced Jul 27, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lotus 1.23.3 Release
What will be in the release
🚢 Estimated shipping date
The estimated shipping dates for the Lotus v1.23.3 release are as follows:
2023-07-04: v1.23..3-rc1
2023-08-10: v1.23.3
🔦 Highlights
< See Changelog>
✅ Release Checklist
Note for whomever is owning the release: please capture notes as comments in this issue for anything you noticed that could be improved for future releases. There is a Post Release step below for incorporating changes back into the RELEASE_ISSUE_TEMPLATE, and this is easier done by collecting notes from along the way rather than just thinking about it at the end.
First steps:
release/vX.Y.Z
) frommaster
and make any further release related changes to this branch. If any "non-trivial" changes get added to the release, uncheck all the checkboxes and return to this stage.build/version.go
in themaster
branch tovX.Y.(Z+1)-dev
(bump from feature release) orvX.(Y+1).0-dev
(bump from mandatory release). Run make gen and make docsgen-cli before committing changesPrepping an RC:
build/version.go
has been updated (in therelease/vX.Y.Z
branch)make gen && make docsgen-cli
vX.Y.Z-rcN
Testing an RC:
Stage 0 - Automated Testing
Stage 1 - Internal Testing
Stage 2 - Community Testing
Stage 3 - Community Prod Testing
Stage 4 - Stable Release
version.go
has been updated.make gen && make docsgen-cli
)release-vX.Y.Z
into thereleases
branch.releases
branch) withvX.Y.Z
Post-Release
releases
branch back intomaster
, ignoring the changes toversion.go
(keep the-dev
version from master). Do NOT delete thereleases
branch when doing so!❤️ Contributors
See the final release notes!
Leave a comment in this ticket!
The text was updated successfully, but these errors were encountered: