@@ -52,17 +52,6 @@ RELEASE_NOTES_FILE="$SCRIPT_DIR/../target/generated-site/antora/modules/ROOT/pag
5252 exit 1
5353}
5454
55- dump_review_kit () {
56- wget -q -O - https://raw.githubusercontent.com/apache/logging-parent/main/.github/release-review-kit.txt \
57- | sed -n ' /-----8<-----~( cut here )~-----8<-----/,$p' \
58- | tail -n +2 \
59- | sed -e " s|^| |g
60- s|@PROJECT_ID@|$PROJECT_ID |g
61- s|@PROJECT_VERSION@|$PROJECT_VERSION |g
62- s|@PROJECT_DIST_URL@|$PROJECT_DIST_URL |g
63- s|@COMMIT_ID@|${COMMIT_ID: 0: 8} |g"
64- }
65-
6655dump_release_notes () {
6756 awk " f{print} /^Release date::/{f=1}" " $RELEASE_NOTES_FILE " \
6857 | sed -r -e ' s|' $PROJECT_REPO ' /(issues|pull)/[0-9]+\[([0-9]+)\]|#\2|g
@@ -84,6 +73,7 @@ Commit: $COMMIT_ID
8473Distribution: $PROJECT_DIST_URL
8574Nexus: https://repository.apache.org/content/repositories/orgapachelogging-<FIXME>
8675Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0
76+ Review kit: https://s.apache.org/logging-parent-release-review-kit
8777
8878Please download, test, and cast your votes on this mailing list.
8979
@@ -96,13 +86,6 @@ everyone to test the release, but only the Logging Services PMC
9686votes are officially counted. At least 3 +1 votes and more
9787positive than negative votes are required.
9888
99- == Review kit
100-
101- The minimum set of steps needed to review the uploaded distribution
102- files in the Subversion repository can be summarized as follows:
103-
104- $( dump_review_kit)
105-
10689== Release Notes
10790EOF
10891 dump_release_notes
0 commit comments