Update release.sh

This commit is contained in:
Ivan Blinkov 2020-01-28 22:47:58 +03:00 committed by GitHub
parent e05c253b5a
commit fbf04cb630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ then
git commit -a -m "wipe old release"
cp -R "${BUILD_DIR}"/* .
echo -n "clickhouse.tech" > CNAME
echo -n "" > README.md
cp "${BASE_DIR}/../../LICENSE" .
git add *
git commit -a -m "add new release at $(date)"