This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/10.0.0 in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit d3e0af916bc491705a886b9ff2ca67950e3fd9fc Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon Sep 4 10:39:56 2023 +0200 Prepare release notes --- src/changelog/1.10.0/.release-notes.md.ftl | 27 ++++++++++++++++++++++ src/changelog/1.10.0/.release.xml | 21 +++++++++++++++++ .../add-changelog-export-profile.xml | 0 .../add-changelog-release-profile.xml | 0 .../{.1.x.x => 1.10.0}/add-deploy-profile.xml | 0 .../add-distribution-profile.xml | 0 .../add-release-instructions.xml | 0 .../{.1.x.x => 1.10.0}/add-release-profile.xml | 0 .../add-reusable-build-workflow.xml | 0 .../{.1.x.x => 1.10.0}/use-changelog-plugin.xml | 0 10 files changed, 48 insertions(+) diff --git a/src/changelog/1.10.0/.release-notes.md.ftl b/src/changelog/1.10.0/.release-notes.md.ftl new file mode 100644 index 0000000..7a809a3 --- /dev/null +++ b/src/changelog/1.10.0/.release-notes.md.ftl @@ -0,0 +1,27 @@ +<!-- + ~ 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 + ~ + ~ http://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.version}<#if release.date?has_content> (${release.date})</#if> + +This minor release contains various improvements that we expect to relieve the load on `pom.xml` and GitHub Actions workflows of Maven-based projects we parent. +This is of particular importance while managing and cutting releases from multiple repositories. +See `README.adoc` for the complete list of features and their usage. + +See [this `logging-log4j-tools` GitHub Actions workflow run](https://github.com/apache/logging-log4j-tools/actions/runs/6070379396) demonstrating a successful release cut using a SNAPSHOT version of this `logging-parent` release. +All preparations (release notes, distribution ZIP, vote & announcement emails, etc.) are staged to both Nexus and SVN and waiting the release manager to proceed. + +<#include "../.changelog.md.ftl"> diff --git a/src/changelog/1.10.0/.release.xml b/src/changelog/1.10.0/.release.xml new file mode 100644 index 0000000..5fff1ec --- /dev/null +++ b/src/changelog/1.10.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 + ~ + ~ http://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-09-04" version="1.10.0"/> diff --git a/src/changelog/.1.x.x/add-changelog-export-profile.xml b/src/changelog/1.10.0/add-changelog-export-profile.xml similarity index 100% rename from src/changelog/.1.x.x/add-changelog-export-profile.xml rename to src/changelog/1.10.0/add-changelog-export-profile.xml diff --git a/src/changelog/.1.x.x/add-changelog-release-profile.xml b/src/changelog/1.10.0/add-changelog-release-profile.xml similarity index 100% rename from src/changelog/.1.x.x/add-changelog-release-profile.xml rename to src/changelog/1.10.0/add-changelog-release-profile.xml diff --git a/src/changelog/.1.x.x/add-deploy-profile.xml b/src/changelog/1.10.0/add-deploy-profile.xml similarity index 100% rename from src/changelog/.1.x.x/add-deploy-profile.xml rename to src/changelog/1.10.0/add-deploy-profile.xml diff --git a/src/changelog/.1.x.x/add-distribution-profile.xml b/src/changelog/1.10.0/add-distribution-profile.xml similarity index 100% rename from src/changelog/.1.x.x/add-distribution-profile.xml rename to src/changelog/1.10.0/add-distribution-profile.xml diff --git a/src/changelog/.1.x.x/add-release-instructions.xml b/src/changelog/1.10.0/add-release-instructions.xml similarity index 100% rename from src/changelog/.1.x.x/add-release-instructions.xml rename to src/changelog/1.10.0/add-release-instructions.xml diff --git a/src/changelog/.1.x.x/add-release-profile.xml b/src/changelog/1.10.0/add-release-profile.xml similarity index 100% rename from src/changelog/.1.x.x/add-release-profile.xml rename to src/changelog/1.10.0/add-release-profile.xml diff --git a/src/changelog/.1.x.x/add-reusable-build-workflow.xml b/src/changelog/1.10.0/add-reusable-build-workflow.xml similarity index 100% rename from src/changelog/.1.x.x/add-reusable-build-workflow.xml rename to src/changelog/1.10.0/add-reusable-build-workflow.xml diff --git a/src/changelog/.1.x.x/use-changelog-plugin.xml b/src/changelog/1.10.0/use-changelog-plugin.xml similarity index 100% rename from src/changelog/.1.x.x/use-changelog-plugin.xml rename to src/changelog/1.10.0/use-changelog-plugin.xml
