@@ -52,17 +52,6 @@ RELEASE_NOTES_FILE="$SCRIPT_DIR/../target/generated-site/antora/modules/ROOT/pag
52
52
exit 1
53
53
}
54
54
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
-
66
55
dump_release_notes () {
67
56
awk " f{print} /^Release date::/{f=1}" " $RELEASE_NOTES_FILE " \
68
57
| sed -r -e ' s|' $PROJECT_REPO ' /(issues|pull)/[0-9]+\[([0-9]+)\]|#\2|g
@@ -84,6 +73,7 @@ Commit: $COMMIT_ID
84
73
Distribution: $PROJECT_DIST_URL
85
74
Nexus: https://repository.apache.org/content/repositories/orgapachelogging-<FIXME>
86
75
Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0
76
+ Review kit: https://s.apache.org/logging-parent-release-review-kit
87
77
88
78
Please download, test, and cast your votes on this mailing list.
89
79
@@ -96,13 +86,6 @@ everyone to test the release, but only the Logging Services PMC
96
86
votes are officially counted. At least 3 +1 votes and more
97
87
positive than negative votes are required.
98
88
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
-
106
89
== Release Notes
107
90
EOF
108
91
dump_release_notes
0 commit comments