From b7b0f8f68d587cd62759f62915dee99687344297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 17 Dec 2016 12:17:05 +0100 Subject: [PATCH] deploy.sh: upload release source tarball Having a release tarball including all vendor source makes life of maintainers a lot easier to create downstream packages. It also ensures that as long as the go release is available the software can be build reproducible. --- script/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/deploy.sh b/script/deploy.sh index 820cdce19..0e5fd93c0 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -27,6 +27,7 @@ sudo chmod +x /usr/bin/ghr # github release and tag echo "Github release..." +tar cfz dist/traefik-${VERSION}.src.tar.gz --exclude-vcs --exclude dist . ghr -t $GITHUB_TOKEN -u containous -r traefik ${VERSION} dist/ # update docs.traefik.io