This is an automated email from the ASF dual-hosted git repository.

pkarwasz 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 83f42a4  Use `PROJECT_DIST_DIR`
83f42a4 is described below

commit 83f42a41d8c31c982ce8fb132b1225c2b186fd1a
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Sep 3 17:48:19 2024 +0200

    Use `PROJECT_DIST_DIR`
---
 .github/release-review-kit.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/release-review-kit.txt b/.github/release-review-kit.txt
index ea1fa32..8b096c8 100644
--- a/.github/release-review-kit.txt
+++ b/.github/release-review-kit.txt
@@ -27,7 +27,7 @@ wget --cut-dirs=6 \
      --no-host-directories \
      --no-parent \
      --recursive \
-     
https://dist.apache.org/repos/dist/dev/logging/@PROJECT_NAME@/@PROJECT_VERSION@/
+     @PROJECT_DIST_DIR@/@PROJECT_VERSION@/
 
 # Verify checksums
 sha512sum --check *.sha512

Reply via email to