This is an automated email from the ASF dual-hosted git repository.
nielifeng pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 0cab86e [Bug][Package]Incorrect binary package license file (#1443)
0cab86e is described below
commit 0cab86e0b013862635d5a7df1f2ef07d0ea99396
Author: Kirs <[email protected]>
AuthorDate: Tue Mar 8 18:32:49 2022 +0800
[Bug][Package]Incorrect binary package license file (#1443)
fix readme name error
---
seatunnel-dist/src/main/assembly/assembly-bin.xml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/seatunnel-dist/src/main/assembly/assembly-bin.xml
b/seatunnel-dist/src/main/assembly/assembly-bin.xml
index 73025c1..d83d364 100644
--- a/seatunnel-dist/src/main/assembly/assembly-bin.xml
+++ b/seatunnel-dist/src/main/assembly/assembly-bin.xml
@@ -38,8 +38,7 @@
</excludes>
<includes>
- <include>README.MD</include>
- <include>LICENSE</include>
+ <include>README.md</include>
<include>bin/**</include>
<include>plugins/**</include>
<include>config/**</include>
@@ -95,7 +94,7 @@
</fileSet>
<!--Licenses And NOTICE-->
<fileSet>
- <directory>${basedir}/release-docs</directory>
+ <directory>release-docs</directory>
<outputDirectory>.</outputDirectory>
</fileSet>
<!-- DISCLAIMER -->