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

vy pushed a commit to branch release/0.5.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/release/0.5.0 by this push:
     new 55f5df9  Create fake release notes
55f5df9 is described below

commit 55f5df9c6f2ad7f5fa919373c771bcd5fe80b58d
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Jul 24 23:20:40 2023 +0200

    Create fake release notes
---
 src/changelog/0.5.0/.release-notes.md.ftl          | 23 +++++++++++++++++++
 src/changelog/0.5.0/.release.xml                   | 21 +++++++++++++++++
 .../0.5.0/63_add_versionPattern_to_ReleaseMojo.xml | 26 ++++++++++++++++++++++
 3 files changed, 70 insertions(+)

diff --git a/src/changelog/0.5.0/.release-notes.md.ftl 
b/src/changelog/0.5.0/.release-notes.md.ftl
new file mode 100644
index 0000000..70b164d
--- /dev/null
+++ b/src/changelog/0.5.0/.release-notes.md.ftl
@@ -0,0 +1,23 @@
+<!--
+  ~ 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 small enhancements.
+Most importantly, this marks the first release where the project uses itself 
to generate release notes!
+
+<#include "../.changelog.md.ftl">
diff --git a/src/changelog/0.5.0/.release.xml b/src/changelog/0.5.0/.release.xml
new file mode 100644
index 0000000..1a2f625
--- /dev/null
+++ b/src/changelog/0.5.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-07-24" version="0.5.0"/>
diff --git a/src/changelog/0.5.0/63_add_versionPattern_to_ReleaseMojo.xml 
b/src/changelog/0.5.0/63_add_versionPattern_to_ReleaseMojo.xml
new file mode 100644
index 0000000..479cfaa
--- /dev/null
+++ b/src/changelog/0.5.0/63_add_versionPattern_to_ReleaseMojo.xml
@@ -0,0 +1,26 @@
+<?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.
+  -->
+<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">
+  <issue id="63" 
link="https://github.com/apache/logging-log4j-tools/issues/63"/>
+  <author id="github:vy"/>
+  <author id="github:rgoers"/>
+  <description format="markdown">Add `versionPattern` (i.e., the regular 
expression pattern for parsing versions) parameter to the Maven `release` 
goal</description>
+</entry>

Reply via email to