From 4e300953e92c5b8eea49f5936e9d132edc407b51 Mon Sep 17 00:00:00 2001 From: Jason Frame Date: Mon, 9 Dec 2024 14:35:37 +1000 Subject: [PATCH] Include mention of 24 hours notice for confirmation of outstanding PRs in the release checklist (#8004) 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`