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

pkarwasz pushed a commit to branch release/11.2.0
in repository https://gitbox.apache.org/repos/asf/logging-parent.git

commit eb17274bdf396faa420e7601762c32bc311cb01c
Author: Piotr P. Karwasz <piotr.git...@karwasz.org>
AuthorDate: Tue Aug 27 11:05:20 2024 +0200

    Add release notes for version `11.2.0`
---
 src/changelog/11.2.0/.release-notes.adoc.ftl | 44 ++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/src/changelog/11.2.0/.release-notes.adoc.ftl 
b/src/changelog/11.2.0/.release-notes.adoc.ftl
new file mode 100644
index 0000000..fd14fcb
--- /dev/null
+++ b/src/changelog/11.2.0/.release-notes.adoc.ftl
@@ -0,0 +1,44 @@
+////
+    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.
+////
+
+////
+    ██     ██  █████  ██████  ███    ██ ██ ███    ██  ██████  ██
+    ██     ██ ██   ██ ██   ██ ████   ██ ██ ████   ██ ██       ██
+    ██  █  ██ ███████ ██████  ██ ██  ██ ██ ██ ██  ██ ██   ███ ██
+    ██ ███ ██ ██   ██ ██   ██ ██  ██ ██ ██ ██  ██ ██ ██    ██
+     ███ ███  ██   ██ ██   ██ ██   ████ ██ ██   ████  ██████  ██
+
+    IF THIS FILE DOESN'T HAVE A `.ftl` SUFFIX, IT IS AUTO-GENERATED, DO NOT 
EDIT IT!
+
+    Version-specific release notes (`7.8.0.adoc`, etc.) are generated from 
`src/changelog/*/.release-notes.adoc.ftl`.
+    Auto-generation happens during `generate-sources` phase of Maven.
+    Hence, you must always
+
+    1. Find and edit the associated `.release-notes.adoc.ftl`
+    2. Run `./mvnw generate-sources`
+    3. Commit both `.release-notes.adoc.ftl` and the generated `7.8.0.adoc`
+////
+
+[#release-notes-${release.version?replace("[^a-zA-Z0-9]", "-", "r")}]
+== ${release.version}
+
+<#if release.date?has_content>Release date:: ${release.date}</#if>
+
+This minor release integrates Gradle Develocity into the reusable workflows.
+See xref:features.adoc#develocity-configuration[Develocity Configuration] for 
more details.
+
+<#include "../.changelog.adoc.ftl">

Reply via email to