This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch release/10.1.0
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/release/10.1.0 by this push:
new 5bf9408 Add auto-generated sources
5bf9408 is described below
commit 5bf9408884812809c360cb9c66152867c2b9dbf4
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Wed Sep 27 07:55:45 2023 +0000
Add auto-generated sources
---
src/site/release-notes.adoc | 41 +++++++++++++++++++++++++++++++++++++
src/site/release-notes/_10.1.0.adoc | 2 +-
2 files changed, 42 insertions(+), 1 deletion(-)
diff --git a/src/site/release-notes.adoc b/src/site/release-notes.adoc
new file mode 100644
index 0000000..da4d283
--- /dev/null
+++ b/src/site/release-notes.adoc
@@ -0,0 +1,41 @@
+////
+ 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 IS CALLED `index.adoc`, IT IS AUTO-GENERATED, DO NOT EDIT IT!
+
+ Release notes `index.adoc` is generated from
`src/changelog/.index.adoc.ftl`.
+ Auto-generation happens during `generate-sources` phase of Maven.
+ Hence, you must always
+
+ 1. Edit `.index.adoc.ftl`
+ 2. Run `./mvnw generate-sources`
+ 3. Commit both `.index.adoc.ftl` and the generated `.index.adoc`
+////
+
+[#release-notes]
+== Release Notes
+
+include::release-notes/_10.x.x.adoc[]
+include::release-notes/_10.1.0.adoc[]
+include::release-notes/_10.0.0.adoc[]
diff --git a/src/site/release-notes/_10.1.0.adoc
b/src/site/release-notes/_10.1.0.adoc
index 1fdbed2..36ee57d 100644
--- a/src/site/release-notes/_10.1.0.adoc
+++ b/src/site/release-notes/_10.1.0.adoc
@@ -36,7 +36,7 @@
[#release-notes-10-1-0]
=== 10.1.0
-Release date:: 2023-09-26
+Release date:: 2023-09-27
This minor release focuses on shipping AsciiDoc-based website generation
convenience targeting the `src/site` folder.
As a part of this effort, `logging-parent` started publishing
https://logging.apache.org/logging-parent/latest[its own website] and
`log4j-changelog` support is switched from Markdown to AsciiDoc.