You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2022/09/22 15:18:18 UTC

[accumulo] branch main updated: Update post vote issue template for EOL releases

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4205b82c63 Update post vote issue template for EOL releases
4205b82c63 is described below

commit 4205b82c63afd0a81e1ee728525a3ce3ce08cf9e
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Thu Sep 22 11:14:10 2022 -0400

    Update post vote issue template for EOL releases
    
    Update the issue template for the post vote checklist to include
    information about updating previous LTM releases with an EOL date 1 year
    from the next LTM release, according to our LTM release strategy.
---
 .github/ISSUE_TEMPLATE/post_vote_checklist.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/ISSUE_TEMPLATE/post_vote_checklist.md b/.github/ISSUE_TEMPLATE/post_vote_checklist.md
index 7171bc8acf..16d93be2ba 100644
--- a/.github/ISSUE_TEMPLATE/post_vote_checklist.md
+++ b/.github/ISSUE_TEMPLATE/post_vote_checklist.md
@@ -30,6 +30,7 @@ assignees: ''
   - [ ] Add `LTM: true` to the release notes front-matter for LTM releases
   - [ ] Navigation
   - [ ] Downloads page
+  - [ ] If LTM release, update previous LTM release entry on downloads page and release notes with an EOL date 1 year from the current release date
   - [ ] DOAP file
   - [ ] Add manual/examples/javadoc (build javadoc from tag with `mvn clean package -DskipTests javadoc:aggregate -Paggregate-javadocs`)
   - [ ] If javadoc is built with Java 11, [patch it](https://github.com/apache/accumulo/blob/main/contrib/javadoc11.patch)