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

github-bot pushed a commit to branch release/0.5.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/release/0.5.0 by this push:
     new 7c0d1f7  Release changelog for version `0.5.0`
7c0d1f7 is described below

commit 7c0d1f76712f89c5db8298e2a0ee9aaad16e9af3
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Wed Sep 13 06:45:28 2023 +0000

    Release changelog for version `0.5.0`
    
    Signed-off-by: ASF Logging Services RM <[email protected]>
---
 .../.release-notes.md.ftl}                               | 16 +++++++---------
 .../.release.xml}                                        | 11 ++++-------
 .../{.0.x.x => 0.5.0}/set_changelog_schema_0_1_1.xml     |  0
 3 files changed, 11 insertions(+), 16 deletions(-)

diff --git a/src/changelog/.0.x.x/set_changelog_schema_0_1_1.xml 
b/src/changelog/0.5.0/.release-notes.md.ftl
similarity index 64%
copy from src/changelog/.0.x.x/set_changelog_schema_0_1_1.xml
copy to src/changelog/0.5.0/.release-notes.md.ftl
index 74d756c..d93cd35 100644
--- a/src/changelog/.0.x.x/set_changelog_schema_0_1_1.xml
+++ b/src/changelog/0.5.0/.release-notes.md.ftl
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<#--
   ~ Licensed to the Apache Software Foundation (ASF) under one or more
   ~ contributor license agreements.  See the NOTICE file distributed with
   ~ this work for additional information regarding copyright ownership.
@@ -15,10 +14,9 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xmlns="http://logging.apache.org/log4j/changelog";
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.1.xsd";
-       type="changed">
-  <author id="github:vy"/>
-  <description format="markdown">Bump the default `log4j-changelog` XML schema 
version to `0.1.1`</description>
-</entry>
+
+# ${release.version}<#if release.date?has_content> (${release.date})</#if>
+
+This minor release contains various bug fixes and improvements.
+
+<#include "../.changelog.md.ftl">
diff --git a/src/changelog/.0.x.x/set_changelog_schema_0_1_1.xml 
b/src/changelog/0.5.0/.release.xml
similarity index 67%
copy from src/changelog/.0.x.x/set_changelog_schema_0_1_1.xml
copy to src/changelog/0.5.0/.release.xml
index 74d756c..880e37e 100644
--- a/src/changelog/.0.x.x/set_changelog_schema_0_1_1.xml
+++ b/src/changelog/0.5.0/.release.xml
@@ -15,10 +15,7 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xmlns="http://logging.apache.org/log4j/changelog";
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.1.xsd";
-       type="changed">
-  <author id="github:vy"/>
-  <description format="markdown">Bump the default `log4j-changelog` XML schema 
version to `0.1.1`</description>
-</entry>
+<release xmlns="http://logging.apache.org/log4j/changelog";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.0.xsd";
+         date="2023-09-13" version="0.5.0"/>
diff --git a/src/changelog/.0.x.x/set_changelog_schema_0_1_1.xml 
b/src/changelog/0.5.0/set_changelog_schema_0_1_1.xml
similarity index 100%
rename from src/changelog/.0.x.x/set_changelog_schema_0_1_1.xml
rename to src/changelog/0.5.0/set_changelog_schema_0_1_1.xml

Reply via email to