Skip to content

Commit

Permalink
Improve generate-email.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Sep 3, 2024
1 parent 749b577 commit aec61f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/generate-email.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ 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 -r 's!^! !g'
| sed -r -e "s/@PROJECT_DIST_DIR@/$PROJECT_DIST_DIR/g" -e "s/@PROJECT_VERSION@/$PROJECT_VERSION/g" -e 's!^! !g'
}

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

0 comments on commit aec61f4

Please sign in to comment.