You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/09/27 11:43:50 UTC

[logging-parent] branch main updated: Improve `generate-email.sh`

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-parent.git


The following commit(s) were added to refs/heads/main by this push:
     new 47f8d34  Improve `generate-email.sh`
47f8d34 is described below

commit 47f8d34155d3ad843cf8b204e64ed97d14306fb7
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Wed Sep 27 13:44:20 2023 +0200

    Improve `generate-email.sh`
---
 .github/generate-email.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/generate-email.sh b/.github/generate-email.sh
index b7e56c4..962d139 100755
--- a/.github/generate-email.sh
+++ b/.github/generate-email.sh
@@ -33,6 +33,7 @@ fail_for_invalid_args() {
 
 # Constants
 PROJECT_NAME="Apache Logging Parent"
+PROJECT_SITE="https://logging.apache.org/logging-parent"
 PROJECT_REPO="https://github.com/apache/logging-parent"
 PROJECT_DIST_DIR="https://dist.apache.org/repos/dist/dev/logging/logging-parent"
 PROJECT_VERSION="$2"
@@ -85,13 +86,12 @@ announce)
 To: log4j-user@logging.apache.org, dev@logging.apache.org
 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 the parent POM for other Maven-based
-Apache Logging Services projects[2]. For further information (support,
+Apache Logging Services projects. For further information (support,
 download, etc.) see the project website[1].
 
-[1] $PROJECT_REPO
-[2] https://logging.apache.org
+[1] $PROJECT_SITE
 
 # Release Notes
 EOF