From 3cb9b6c71856d52866e7852aefb6185bbaba016a Mon Sep 17 00:00:00 2001 From: Phi Date: Tue, 26 Mar 2024 08:48:27 +0100 Subject: [PATCH] Add testing step Call-out that testing of the RC should be done. --- documentation/misc/RELEASE_ISSUE_TEMPLATE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/misc/RELEASE_ISSUE_TEMPLATE.md b/documentation/misc/RELEASE_ISSUE_TEMPLATE.md index 1088afffc78..05d239decfd 100644 --- a/documentation/misc/RELEASE_ISSUE_TEMPLATE.md +++ b/documentation/misc/RELEASE_ISSUE_TEMPLATE.md @@ -26,6 +26,10 @@ - [ ] tag commit with `vX.Y.Z-rcN` - [ ] cut a pre-release [here](https://github.com/filecoin-project/lotus/releases/new?prerelease=true) +**Testing** + +Test the release candidate thoroughly, including automated and manual tests to ensure stability and functionality across various environments and scenarios. + **Stable Release** - [ ] Final preparation - [ ] Verify that version string in [`version.go`](https://github.com/filecoin-project/lotus/blob/master/build/version.go) has been updated.