Version v0.1.3

This commit is contained in:
Aode (lion) 2021-09-06 14:07:35 -05:00
parent c3ecf95215
commit 82ba97fb08

View file

@ -54,9 +54,10 @@ then
sudo docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
fi
git commit -m "Version $new_tag"
set -xe
git commit -m "Version $new_tag"
git tag $new_tag
git push origin $new_tag