https://github.com/ElsevierSoftwareX/SOFTX_2019_219
Raw File
Tip revision: cc7055c78202813215e6c607255bdfdf6e088dca authored by Konrad Werys on 01 November 2019, 12:51:09 UTC
ci: big changes to the builds v13
Tip revision: cc7055c
tagtagtag.sh
#!/usr/bin/env bash

git push --delete origin v0.4.3
git tag --delete v0.4.3
git tag v0.4.3 -m "new build"
git push origin v0.4.3
back to top