Update review kit reference
diff --git a/.github/generate-email.sh b/.github/generate-email.sh
index 6d4519a..1638c35 100755
--- a/.github/generate-email.sh
+++ b/.github/generate-email.sh
@@ -52,17 +52,6 @@
exit 1
}
-dump_review_kit() {
- wget -q -O - https://raw.githubusercontent.com/apache/logging-parent/main/.github/release-review-kit.txt \
- | sed -n '/-----8<-----~( cut here )~-----8<-----/,$p' \
- | tail -n +2 \
- | sed -e "s|^| |g
- s|@PROJECT_ID@|$PROJECT_ID|g
- s|@PROJECT_VERSION@|$PROJECT_VERSION|g
- s|@PROJECT_DIST_URL@|$PROJECT_DIST_URL|g
- s|@COMMIT_ID@|${COMMIT_ID:0:8}|g"
-}
-
dump_release_notes() {
awk "f{print} /^Release date::/{f=1}" "$RELEASE_NOTES_FILE" \
| sed -r -e 's|'$PROJECT_REPO'/(issues|pull)/[0-9]+\[([0-9]+)\]|#\2|g
@@ -84,6 +73,7 @@
Distribution: $PROJECT_DIST_URL
Nexus: https://repository.apache.org/content/repositories/orgapachelogging-<FIXME>
Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0
+Review kit: https://s.apache.org/logging-parent-release-review-kit
Please download, test, and cast your votes on this mailing list.
@@ -96,13 +86,6 @@
votes are officially counted. At least 3 +1 votes and more
positive than negative votes are required.
-== Review kit
-
-The minimum set of steps needed to review the uploaded distribution
-files in the Subversion repository can be summarized as follows:
-
-$(dump_review_kit)
-
== Release Notes
EOF
dump_release_notes