Files
herolib/manual/create_tag.md
2025-09-14 19:08:13 +02:00

210 B

how to tag a version and push

cd ~/Users/despiegk~/code/github/incubaid/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