Files
herolib/manual/create_tag.md
2025-02-07 12:25:15 +03:00

218 B

how to tag a version and push

cd ~/Users/despiegk~/code/github/freeflowuniverse/herolib
git tag -a v1.0.4 -m "all CI is now working"
git add . -A ; git commit -m ... ; git pull ; git push origin v1.0.4