This is an automated email from the ASF dual-hosted git repository.
tzulitai pushed a commit to branch release-2.0
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git
The following commit(s) were added to refs/heads/release-2.0 by this push:
new 732ec14 [hotfix] [releasing] Exclude .travis.yml from source release
dist
732ec14 is described below
commit 732ec14e5426621019e198ab6eef6cd74edc5fe5
Author: Tzu-Li (Gordon) Tai <[email protected]>
AuthorDate: Sun Mar 29 14:59:08 2020 +0800
[hotfix] [releasing] Exclude .travis.yml from source release dist
---
tools/releasing/create_source_release.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/releasing/create_source_release.sh
b/tools/releasing/create_source_release.sh
index de8e07f..b233f89 100755
--- a/tools/releasing/create_source_release.sh
+++ b/tools/releasing/create_source_release.sh
@@ -69,6 +69,7 @@ rsync -a \
--exclude ".git" --exclude ".gitignore" \
--exclude "target" \
--exclude ".idea" --exclude "*.iml" \
+ --exclude ".travis.yml" \
. flink-statefun-${RELEASE_VERSION}
tar czf ${RELEASE_DIR}/flink-statefun-${RELEASE_VERSION}-src.tgz
flink-statefun-${RELEASE_VERSION}