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 8cd906ea18 Update post-release checklist template
8cd906ea18 is described below
commit 8cd906ea18932a3e7d79156a46c2bdffe30855d2
Author: Christopher Tubbs <[email protected]>
AuthorDate: Tue Aug 22 02:01:58 2023 -0400
Update post-release checklist template
* Add item to update the configuration property docs on release
---
.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 24c8e9679d..9e90c398b8 100644
--- a/.github/ISSUE_TEMPLATE/post_vote_checklist.md
+++ b/.github/ISSUE_TEMPLATE/post_vote_checklist.md
@@ -33,6 +33,7 @@ assignees: ''
- [ ] 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` using at least JDK
17)
+ - [ ] Add updated properties documentation (see [the website
README](https://github.com/apache/accumulo-website#updating-property-documentation-for-releases))
- [ ] 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`