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

liujun pushed a commit to branch 2.6.2-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/2.6.2-release by this push:
     new d4d8a50  Exclude release temp files
d4d8a50 is described below

commit d4d8a508c8baf8b2c32d2833c470bcd2f9b5bf3d
Author: ken.lj <[email protected]>
AuthorDate: Tue May 22 13:07:09 2018 +0800

    Exclude release temp files
---
 distribution/src/assembly/source-release.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/distribution/src/assembly/source-release.xml 
b/distribution/src/assembly/source-release.xml
index 410d8b5..619e069 100644
--- a/distribution/src/assembly/source-release.xml
+++ b/distribution/src/assembly/source-release.xml
@@ -44,6 +44,8 @@
                 <exclude>**/*.iws</exclude>
                 <exclude>**/cobertura.ser</exclude>
                 <exclude>**/*.log</exclude>
+                <exclude>release.properties</exclude>
+                <exclude>**/*.releaseBackup</exclude>
             </excludes>
         </fileSet>
     </fileSets>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to