This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git

commit 4ef6cf2fbf3db2dd1c14c0c402864b98c5de6a6d
Author: Christopher Tubbs <ctubb...@apache.org>
AuthorDate: Mon Aug 12 19:12:21 2024 -0400

    Update post-vote release checklist template
    
    Switch checklist items from using GitHub projects to milestones
---
 .github/ISSUE_TEMPLATE/post_vote_checklist.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/post_vote_checklist.md 
b/.github/ISSUE_TEMPLATE/post_vote_checklist.md
index ef03033a5c..6d2cc92b5b 100644
--- a/.github/ISSUE_TEMPLATE/post_vote_checklist.md
+++ b/.github/ISSUE_TEMPLATE/post_vote_checklist.md
@@ -7,7 +7,10 @@ assignees: ''
 
 ---
 
-- [ ] Label this issue with the 
[project](https://github.com/apache/accumulo/projects) that corresponds to this 
release version
+- [Milestone](https://github.com/apache/accumulo/milestones) tasks
+  - [ ] Label this issue with the corresponding release milestone
+  - [ ] Create a milestone for the next version (if necessary) and move any 
open issues not completed in this release (except this issue) to the new 
milestone
+  - [ ] Close the milestone for this issue (the only issue remaining open 
should be this one)
 - [Git](https://github.com/apache/accumulo) tasks
   - [ ] Create a signed `rel/<version>` tag (and push it)
   - [ ] Merge `<version>-rc<N>-next` branch into a maintenance branch (if 
maintenance is expected),
@@ -42,6 +45,4 @@ assignees: ''
   - [ ] Send to annou...@apache.org and u...@accumulo.apache.org (use plain 
text mode only; html email will be rejected)
 - GitHub wrap-up
   - [ ] Close this issue
-  - [ ] Create a new "Automated Kanban" 
[project](https://github.com/apache/accumulo/projects) for the next version (if 
necessary) and move any open issues not completed in this release to that 
project
-  - [ ] Close the project that corresponds to this release
 

Reply via email to