This is an automated email from the ASF dual-hosted git repository.
dlmarion pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-access.git
The following commit(s) were added to refs/heads/main by this push:
new 202a51c Added post-vote-checklist issue templates (#44)
202a51c is described below
commit 202a51cc23fe3157d9e34dc0243634beac94ecb9
Author: Dave Marion <[email protected]>
AuthorDate: Sat Feb 17 09:24:52 2024 -0500
Added post-vote-checklist issue templates (#44)
Co-authored-by: Christopher Tubbs <[email protected]>
---
.github/ISSUE_TEMPLATE/post_vote_checklist.md | 41 +++++++++++++++++++++++++++
pom.xml | 1 +
2 files changed, 42 insertions(+)
diff --git a/.github/ISSUE_TEMPLATE/post_vote_checklist.md
b/.github/ISSUE_TEMPLATE/post_vote_checklist.md
new file mode 100644
index 0000000..e984596
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/post_vote_checklist.md
@@ -0,0 +1,41 @@
+---
+name: Post Vote Checklist
+about: A checklist for tracking post-vote release tasks
+title: 'Post-vote release checklist for version [e.g. 1.0.0]'
+labels:
+assignees: ''
+
+---
+
+- [ ] Label this issue with the GitHub
[milestone](https://github.com/apache/accumulo-access/milestones) that
corresponds to this release version
+- [Git](https://github.com/apache/accumulo-access) tasks
+ - [ ] Create a signed `rel/<version>` tag (and push it)
+ - [ ] Merge `<version>-rc<N>-next` branch into a maintenance branch (if
maintenance is expected),
+ and then into the `main` branch (and push them)
+ - [ ] Remove `*-rc*` branches
+- [Nexus](https://repository.apache.org) tasks
+ - [ ] Release the staging repository corresponding to the successful release
candidate (use "release" button)
+ - [ ] Drop any other staging repositories for Accumulo-Access (do *not*
"release" or "promote" them)
+- [SVN /
dist-release](https://dist.apache.org/repos/dist/release/accumulo-access) tasks
+ - [ ] Upload the release artifacts (tarballs, signatures, and `.sha512`
files) for the mirrors
+ - [ ] Remove old artifacts from the mirrors (**after** updating the website)
+- [Board reporting tool](https://reporter.apache.org/addrelease?accumulo)
+ - [ ] Add the date of release (the date the release artifacts were uploaded
to SVN `UTC+0000`)
+- Verify published artifacts
+ - [ ] In [Maven
Central](https://repo1.maven.org/maven2/org/apache/accumulo/accumulo-access/)
+ - [ ] In [ASF Downloads](https://downloads.apache.org/accumulo)
+ - [ ] In [several mirrors or
CDN](https://www.apache.org/dyn/closer.lua/accumulo)
+- Update the [website](https://accumulo.apache.org/)
+ - [ ] Release notes
+ - [ ] 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
+- Announcement email
+ - [ ] Prepare and get review on dev list (see examples [from previous
announcement
messages](https://lists.apache.org/[email protected]:gte=1d:accumulo))
+ - [ ] Send to [email protected] and [email protected] (use plain
text mode only; html email will be rejected)
+- GitHub wrap-up
+ - [ ] Close this issue
+ - [ ] Create a new GitHub milestone for the next version (if necessary) and
move any open issues not completed in this release to that project
+ - [ ] Close the milestone that corresponds to this release
+
diff --git a/pom.xml b/pom.xml
index 2e22b9a..f48f702 100644
--- a/pom.xml
+++ b/pom.xml
@@ -504,6 +504,7 @@
<excludes>
<exclude>src/it/antlr4-example/src/main/antlr4/Abnf.g4</exclude>
<exclude>src/test/resources/testdata.json</exclude>
+ <exclude>.github/**</exclude>
</excludes>
</configuration>
<executions>