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
Fork a new branch (release/vX.Y.Z) from master 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.
Bump the version in build/version.go in the master branch to vX.Y.(Z+1)-dev (bump from feature release) or vX.(Y+1).0-dev (bump from mandatory release). Run make gen and make docsgen-cli before committing changes
Prepping an RC:
version string in build/version.go needs to be updated to end with '-rcX' (in the release/vX.Y.Z branch)
run make gen && make docsgen-cli
Generate changelog using the script at scripts/mkreleaselog
Add contents of generated text to lotus/CHANGELOG.md in addition to other details
Merge the releases branch back into master, ignoring the changes to version.go (keep the -dev version from master). Do NOT delete the releases branch when doing so!
Update RELEASE_ISSUE_TEMPLATE.md with any improvements determined from this latest release iteration.
🚢 Estimated shipping date
✅ Release Checklist
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
needs to be updated to end with '-rcX' (in therelease/vX.Y.Z
branch)make gen && make docsgen-cli
vX.Y.Z-rcN
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!The text was updated successfully, but these errors were encountered: