This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git
The following commit(s) were added to refs/heads/main by this push:
new ec2606e Improve `generate-email.sh`
ec2606e is described below
commit ec2606e375dec395c3252ffefa652cc15532d559
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Wed Sep 27 13:45:43 2023 +0200
Improve `generate-email.sh`
---
.github/generate-email.sh | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/.github/generate-email.sh b/.github/generate-email.sh
index 2f0157b..f90e0fa 100755
--- a/.github/generate-email.sh
+++ b/.github/generate-email.sh
@@ -33,6 +33,7 @@ fail_for_invalid_args() {
# Constants
PROJECT_NAME="Apache Log4j Kotlin API"
+PROJECT_SITE="https://logging.apache.org/log4j/kotlin"
PROJECT_REPO="https://github.com/apache/logging-log4j-kotlin"
PROJECT_DIST_DIR="https://dist.apache.org/repos/dist/dev/logging/log4j-kotlin"
PROJECT_VERSION="$2"
@@ -75,7 +76,7 @@ everyone to test the release, but only the Logging Services
PMC
votes are officially counted. At least 3 +1 votes and more
positive than negative votes are required.
-# Release Notes
+=== Release Notes
EOF
dump_release_notes
;;
@@ -85,14 +86,14 @@ announce)
To: [email protected], [email protected]
Title: [ANNOUNCE] $PROJECT_NAME $PROJECT_VERSION released
-${PROJECT_NAME}[1] team is pleased to announce the $PROJECT_VERSION
+${PROJECT_NAME} team is pleased to announce the $PROJECT_VERSION
release. This project contains a Kotlin-friendly interface to log
against the Log4j API. For further information (support, download,
etc.) see the project website[1].
-[1] $PROJECT_REPO
+[1] $PROJECT_SITE
-# Release Notes
+=== Release Notes
EOF
dump_release_notes
;;