...
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user