Version v0.1.0

This commit is contained in:
Aode (lion) 2021-09-06 14:03:49 -05:00
parent f42f976fe9
commit 9f105d77cc

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