File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dump_review_kit() {
5555 wget -q -O - https://raw.githubusercontent.com/apache/logging-parent/main/.github/release-review-kit.txt \
5656 | sed -n ' /-----8<-----~( cut here )~-----8<-----/,$p' \
5757 | tail -n +2 \
58- | sed -r ' s!^! !g'
58+ | sed -r -e " s/@PROJECT_DIST_DIR@/ $PROJECT_DIST_DIR /g " -e " s/@PROJECT_VERSION@/ $PROJECT_VERSION /g " -e ' s!^! !g'
5959}
6060
6161dump_release_notes () {
@@ -77,7 +77,7 @@ Website: $PROJECT_STAGING_SITE-$PROJECT_VERSION
7777GitHub: $PROJECT_REPO
7878Commit: $COMMIT_ID
7979Distribution: $PROJECT_DIST_DIR
80- Nexus: https://repository.apache.org/content/repositories/orgapachelogging-1113
80+ Nexus: https://repository.apache.org/content/repositories/orgapachelogging-<CHECK>
8181Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0
8282
8383Please download, test, and cast your votes on this mailing list.
You can’t perform that action at this time.
0 commit comments