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 a5789f7 Fix Antora changelog entry type
a5789f7 is described below
commit a5789f7827df1d18071757ca6067a32ef9a83519
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Apr 19 10:50:00 2024 +0200
Fix Antora changelog entry type
---
src/changelog/.1.x.x/antora.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changelog/.1.x.x/antora.xml b/src/changelog/.1.x.x/antora.xml
index 0221c27..07c73e0 100644
--- a/src/changelog/.1.x.x/antora.xml
+++ b/src/changelog/.1.x.x/antora.xml
@@ -2,7 +2,7 @@
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://logging.apache.org/xml/ns"
xsi:schemaLocation="https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
- type="fixed">
+ type="changed">
<issue id="apache/logging-log4j2#2443"
link="https://github.com/apache/logging-log4j2/pull/2443"/>
<description format="asciidoc">Website is migrated to Antora with several
formatting</description>
</entry>