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 fe1e66f Include missing steps in post-release checklist (#1700) fe1e66f is described below commit fe1e66f9f4e943f57ad3585dd31d61d288e317fd Author: Christopher Tubbs <ctubb...@apache.org> AuthorDate: Fri Sep 4 16:22:44 2020 -0400 Include missing steps in post-release checklist (#1700) Add steps to issue template to remind about updating front matter in release notes for `LTS: true` and/or `archived: true` or `archived_critical: true` --- .github/ISSUE_TEMPLATE/post_vote_checklist.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/post_vote_checklist.md b/.github/ISSUE_TEMPLATE/post_vote_checklist.md index 06b1169..acff626 100644 --- a/.github/ISSUE_TEMPLATE/post_vote_checklist.md +++ b/.github/ISSUE_TEMPLATE/post_vote_checklist.md @@ -27,6 +27,7 @@ assignees: '' - [ ] In [several mirrors](https://www.apache.org/dyn/closer.lua/accumulo) - Update the [staging website](http://accumulo.staged.apache.org/) - [ ] Release notes + - [ ] Add `LTS: true` to the release notes front-matter for LTS releases - [ ] Navigation - [ ] Downloads page - [ ] DOAP file @@ -34,6 +35,7 @@ assignees: '' - [ ] If javadoc is built with Java 11, [patch it](https://github.com/apache/accumulo/blob/main/contrib/javadoc11.patch) - [ ] Jekyll config - [ ] Grep for, and update any links to previous version to now point to the new version + - [ ] Update any older release notes front-matter to indicate they are either `archived: true` or `archived_critical: true` - [ ] [Publish to production](https://github.com/apache/accumulo-website#publishing-staging-to-production) - Announcement email - [ ] Prepare and get review on dev list (see examples [from previous announcement messages](https://lists.apache.org/list.html?annou...@apache.org:gte=1d:accumulo))