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 acd5655 Improve release review instructions
(apache/logging-log4j2#3099)
acd5655 is described below
commit acd56557d15160b913c8ed73e9fd07b4306d96af
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu Oct 17 10:07:39 2024 +0200
Improve release review instructions (apache/logging-log4j2#3099)
---
.../modules/ROOT/pages/release-review-instructions.adoc | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git
a/src/site/antora/modules/ROOT/pages/release-review-instructions.adoc
b/src/site/antora/modules/ROOT/pages/release-review-instructions.adoc
index 996519a..15f71e3 100644
--- a/src/site/antora/modules/ROOT/pages/release-review-instructions.adoc
+++ b/src/site/antora/modules/ROOT/pages/release-review-instructions.adoc
@@ -49,11 +49,23 @@ wget --cut-dirs=6 \
. Verify checksums:
+
+[tabs]
+====
+Linux/macOS::
++
[source,bash]
----
sha512sum --check *.sha512
----
+Windows::
++
+[source,shell]
+----
+certUtil -hashfile <FILE> SHA512
+----
+====
+
. Import the release manager GPG keys, unless you haven't earlier done so:
+
[source,bash]
@@ -65,7 +77,7 @@ wget -O - https://downloads.apache.org/logging/KEYS | gpg
--import
+
[source,bash]
----
-for sigFile in *.asc; do gpg --verify $sigFile; done
+for sigFile in *.asc; do gpg --verify $sigFile ${sigfile%.asc}; done
----
. Extract sources: