From 7f3b3de4c661125660e6a2ec5a2e400bda7f0b16 Mon Sep 17 00:00:00 2001 From: Jason Frame Date: Mon, 9 Dec 2024 12:26:36 +1000 Subject: [PATCH] Include mention of 24 hours notice for confirmation of outstanding PRs in the release checklist Signed-off-by: Jason Frame --- .github/ISSUE_TEMPLATE/release-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release-checklist.md b/.github/ISSUE_TEMPLATE/release-checklist.md index dcf10977f0d..e9d84c74453 100644 --- a/.github/ISSUE_TEMPLATE/release-checklist.md +++ b/.github/ISSUE_TEMPLATE/release-checklist.md @@ -7,7 +7,7 @@ assignees: '' --- -- [ ] Confirm anything outstanding for release with other maintainers on #besu-release in Discord +- [ ] Confirm at least 24 hours prior anything outstanding for release with other maintainers on #besu-release in Discord - [ ] Update changelog if necessary, and merge a PR for it to main - [ ] Notify maintainers about updating changelog for in-flight PRs - [ ] Optional: for hotfixes, create a release branch and cherry-pick, e.g. `release--hotfix`