myx/upload_release.sh

14 lines
186 B
Bash
Raw Normal View History

2022-10-04 16:30:08 +00:00
#!/bin/bash
set -e
V=$(cat VERSION)
D=build
git commit -a
git tag $V
git push --tags
git tag -d $V
git push --all
tea r c --repo cmake/myx -t $V --tag $V -a build/myx-cmake-$V.tar.xz