This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/0.4.0 in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
commit 852156d2b17f5b3673ffa3e4acbb1f14b9453ffe Author: Volkan Yazıcı <[email protected]> AuthorDate: Fri Jun 30 14:26:58 2023 +0200 Get changelog ready for 0.4.0 release --- src/changelog/.0.x.x/.release-notes.md.ftl | 3 +-- .../{.0.x.x => 0.4.0}/.release-notes.md.ftl | 0 src/changelog/0.4.0/.release.xml | 21 +++++++++++++++++++++ .../63_add_versionPattern_to_ReleaseMojo.xml | 0 .../change_ExportMojo_outputDirectory.xml | 0 .../{.0.x.x => 0.4.0}/changelog_migration.xml | 0 .../{.0.x.x => 0.4.0}/fix_repetitive_release.xml | 2 +- 7 files changed, 23 insertions(+), 3 deletions(-) diff --git a/src/changelog/.0.x.x/.release-notes.md.ftl b/src/changelog/.0.x.x/.release-notes.md.ftl index 70b164d..2f5dd8e 100644 --- a/src/changelog/.0.x.x/.release-notes.md.ftl +++ b/src/changelog/.0.x.x/.release-notes.md.ftl @@ -17,7 +17,6 @@ # ${release.version}<#if release.date?has_content> (${release.date})</#if> -This minor release contains small enhancements. -Most importantly, this marks the first release where the project uses itself to generate release notes! +This minor release contains various bug fixes and improvements. <#include "../.changelog.md.ftl"> diff --git a/src/changelog/.0.x.x/.release-notes.md.ftl b/src/changelog/0.4.0/.release-notes.md.ftl similarity index 100% copy from src/changelog/.0.x.x/.release-notes.md.ftl copy to src/changelog/0.4.0/.release-notes.md.ftl diff --git a/src/changelog/0.4.0/.release.xml b/src/changelog/0.4.0/.release.xml new file mode 100644 index 0000000..4e4d785 --- /dev/null +++ b/src/changelog/0.4.0/.release.xml @@ -0,0 +1,21 @@ +<?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. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<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-06-30" version="0.4.0"/> diff --git a/src/changelog/.0.x.x/63_add_versionPattern_to_ReleaseMojo.xml b/src/changelog/0.4.0/63_add_versionPattern_to_ReleaseMojo.xml similarity index 100% rename from src/changelog/.0.x.x/63_add_versionPattern_to_ReleaseMojo.xml rename to src/changelog/0.4.0/63_add_versionPattern_to_ReleaseMojo.xml diff --git a/src/changelog/.0.x.x/change_ExportMojo_outputDirectory.xml b/src/changelog/0.4.0/change_ExportMojo_outputDirectory.xml similarity index 100% rename from src/changelog/.0.x.x/change_ExportMojo_outputDirectory.xml rename to src/changelog/0.4.0/change_ExportMojo_outputDirectory.xml diff --git a/src/changelog/.0.x.x/changelog_migration.xml b/src/changelog/0.4.0/changelog_migration.xml similarity index 100% rename from src/changelog/.0.x.x/changelog_migration.xml rename to src/changelog/0.4.0/changelog_migration.xml diff --git a/src/changelog/.0.x.x/fix_repetitive_release.xml b/src/changelog/0.4.0/fix_repetitive_release.xml similarity index 89% rename from src/changelog/.0.x.x/fix_repetitive_release.xml rename to src/changelog/0.4.0/fix_repetitive_release.xml index 410ce47..b68e74c 100644 --- a/src/changelog/.0.x.x/fix_repetitive_release.xml +++ b/src/changelog/0.4.0/fix_repetitive_release.xml @@ -20,5 +20,5 @@ xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd" type="fixed"> <author id="vy"/> - <description format="markdown">Fix changelog entry and template file population on multiple Maven `release` goal invocations</description> + <description format="markdown">Improve Maven `release` goal to accommodate repetitive invocations</description> </entry>
