This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch update-release-tag in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git
commit 1b5920052ef676954a7f92d986ec2e41eb241e2f Author: 吴晟 Wu Sheng <[email protected]> AuthorDate: Thu Jul 5 09:55:04 2018 -0700 Update create_source_release.sh --- tools/releasing/create_source_release.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/releasing/create_source_release.sh b/tools/releasing/create_source_release.sh index 9cd9eb9..c3747f2 100755 --- a/tools/releasing/create_source_release.sh +++ b/tools/releasing/create_source_release.sh @@ -72,6 +72,10 @@ tar czf ${PRODUCT_NAME}-src.tgz \ --exclude ${PRODUCT_NAME}/.git/ --exclude ${PRODUCT_NAME}/.DS_Store/ \ --exclude ${PRODUCT_NAME}/.github/ --exclude ${PRODUCT_NAME}/.gitignore/ \ --exclude ${PRODUCT_NAME}/.gitmodules/ --exclude ${PRODUCT_NAME}/.travis.yml \ + --exclude ${PRODUCT_NAME}/skywalking-ui/.git/ --exclude ${PRODUCT_NAME}/skywalking-ui/.DS_Store/ \ + --exclude ${PRODUCT_NAME}/skywalking-ui/.github/ --exclude ${PRODUCT_NAME}/skywalking-ui/.gitignore/ \ + --exclude ${PRODUCT_NAME}/skywalking-ui/.travis.yml/ \ + --exclude ${PRODUCT_NAME}/apm-protocol/apm-network/src/main/proto/.git/ \ ${PRODUCT_NAME} gpg --armor --detach-sig ${PRODUCT_NAME}-src.tgz
