This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
commit 78f1e3d24118dc148ac5ebb8f622d48b4db867d3 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Tue May 2 19:48:51 2023 +0200 Remove .asf.yml from source release --- src/assembly/source-release.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/assembly/source-release.xml b/src/assembly/source-release.xml index 01a3bda..824c79a 100644 --- a/src/assembly/source-release.xml +++ b/src/assembly/source-release.xml @@ -34,7 +34,8 @@ <exclude>**/.project</exclude> <exclude>**/.settings/**</exclude> <exclude>.mvn/wrapper/maven-wrapper.jar</exclude> - <!-- Remove Git and Github specific stuff --> + <!-- Remove ASF, Git and Github specific stuff --> + <exclude>.asf.yaml</exclude> <exclude>.git/**</exclude> <exclude>.github/**</exclude> <exclude>.gitattributes</exclude>
