This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/10.1.0 in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit 1f29123d1863f070339fe94dcf8d2b367fd7d196 Author: Volkan Yazıcı <[email protected]> AuthorDate: Thu Sep 28 11:12:59 2023 +0200 Fix CI failures --- src/site/_release-notes/_10.1.0.adoc | 1 + src/site/_release-notes/_10.x.x.adoc | 42 ++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/src/site/_release-notes/_10.1.0.adoc b/src/site/_release-notes/_10.1.0.adoc index 784e82c..c17892b 100644 --- a/src/site/_release-notes/_10.1.0.adoc +++ b/src/site/_release-notes/_10.1.0.adoc @@ -52,6 +52,7 @@ In particular, we expect the absence of `module-info.java` files to avoid severa * Added `asciidoc` and `constants-tmpl-adoc` profiles to generate AsciiDoc-based websites from `src/site` * Added support to auto-generate changelog entries for `dependabot` updates * Added `bnd-maven-plugin` defaults to auto-generate both OSGi and JPMS descriptors +* Added CI report uploading in case of test or reproducibility failures (https://github.com/apache/logging-parent/issues/28[28]) * Started publishing https://logging.apache.org/logging-parent[the project website] ==== Changed diff --git a/src/site/_release-notes/_10.x.x.adoc b/src/site/_release-notes/_10.x.x.adoc new file mode 100644 index 0000000..8f67449 --- /dev/null +++ b/src/site/_release-notes/_10.x.x.adoc @@ -0,0 +1,42 @@ +//// + 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-10-x-x] +=== 10.x.x + + + +This minor release contains several small improvements. +
