Skip to content

Commit 136b5cd

Browse files
committed
start verify-release.sh with bash
1 parent 5e9e2b0 commit 136b5cd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/changelog/3.2.0/.release.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<release xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5-
date="2025-08-12"
5+
date="2025-08-25"
66
version="3.2.0"/>

src/site/antora/modules/ROOT/pages/release-review.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ wget --cut-dirs=6 \
9898
+
9999
[source,bash]
100100
----
101-
& ./verify-release.sh
101+
bash ./verify-release.sh
102+
cd src
102103
----
103104
+
104105
[%collapsible]

0 commit comments

Comments
 (0)