218 B
218 B
how to tag a version and push
cd ~/Users/despiegk~/code/github/freeflowuniverse/herolib
git tag -a v1.0.3 -m "all CI is now working"
git add . -A ; git commit -m ... ; git pull ; git push origin v1.0.3