This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/0.5.0 in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
commit 4a309c65ac1214ba892be5f5c8800cca14bd6aa8 Author: Volkan Yazıcı <[email protected]> AuthorDate: Sun Sep 3 20:53:40 2023 +0200 Prepare release notes --- .../.release-notes.md.ftl} | 15 +++++++-------- .../set_changelog_schema_0_1_1.xml => 0.5.0/.release.xml} | 11 ++++------- .../{.0.x.x => 0.5.0}/set_changelog_schema_0_1_1.xml | 0 3 files changed, 11 insertions(+), 15 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..0ac353e 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,4 +1,3 @@ -<?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 @@ -15,10 +14,10 @@ ~ 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 one small improvement. +Though the release process itself is new and noteworthy: it is performed using a shared GitHub Actions workflow stored in [`logging-parent`](https://github.com/apache/logging-parent/). + +<#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..25d7fd5 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-03" 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
