This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
commit f91e2cd4b1288429b5343e9adc12b9d5806ef1e6 Author: Volkan Yazıcı <[email protected]> AuthorDate: Tue Oct 3 21:09:34 2023 +0200 Added changelog entry for the website --- src/changelog/.0.x.x/add-website.xml | 8 ++++++++ src/site/_constants.adoc | 2 +- src/site/_release-notes/_0.x.x.adoc | 4 ++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/changelog/.0.x.x/add-website.xml b/src/changelog/.0.x.x/add-website.xml new file mode 100644 index 0000000..1de2aa9 --- /dev/null +++ b/src/changelog/.0.x.x/add-website.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns="http://logging.apache.org/log4j/changelog" + xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd" + type="added"> + <author id="github:vy"/> + <description format="asciidoc">Started publishing https://logging.apache.org/log4j/transform[the project website]</description> +</entry> diff --git a/src/site/_constants.adoc b/src/site/_constants.adoc index b52ac71..624cdfe 100644 --- a/src/site/_constants.adoc +++ b/src/site/_constants.adoc @@ -34,7 +34,7 @@ //// :project-github-url: https://github.com/apache/logging-log4j-transform -:project-version: 0.2.0-SNAPSHOT +:project-version: 0.2.0 :project-name: Log4j Transform :project-id: log4j-transform :java-target-version: 8 diff --git a/src/site/_release-notes/_0.x.x.adoc b/src/site/_release-notes/_0.x.x.adoc index 0692977..560662d 100644 --- a/src/site/_release-notes/_0.x.x.adoc +++ b/src/site/_release-notes/_0.x.x.adoc @@ -41,6 +41,10 @@ This is the second release of the project. +==== Added + +* Started publishing https://logging.apache.org/log4j/transform[the project website] + ==== Changed * Migrated to `logging-parent` 10.1.1 and adopted its CI and `pom.xml` infrastructure
