Skip to content

Commit aec61f4

Browse files
committed
Improve generate-email.sh script
1 parent 749b577 commit aec61f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/generate-email.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

6161
dump_release_notes() {
@@ -77,7 +77,7 @@ Website: $PROJECT_STAGING_SITE-$PROJECT_VERSION
7777
GitHub: $PROJECT_REPO
7878
Commit: $COMMIT_ID
7979
Distribution: $PROJECT_DIST_DIR
80-
Nexus: https://repository.apache.org/content/repositories/orgapachelogging-1113
80+
Nexus: https://repository.apache.org/content/repositories/orgapachelogging-<CHECK>
8181
Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0
8282
8383
Please download, test, and cast your votes on this mailing list.

0 commit comments

Comments
 (0)