This commit is contained in:
2025-02-07 12:22:23 +03:00
parent 96bc5c9e5d
commit d1a5f1c268
3 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
## how to tag a version and push
```bash
cd ~/Users/despiegk~/code/github/freeflowuniverse/herolib/README.md
git tag -a v1.0.2 -m "some message"
git add . -A ; git commit -m ... ; git pull ; git push origin v1.0.2
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
```