forked from gmetribin/build-tools
udpating readme
This commit is contained in:
parent
c4f7d65c73
commit
54ce1e06dd
@ -5,10 +5,11 @@ Github Action Workflows that can be reused, built by GMetri
|
|||||||
## Creating new releases
|
## Creating new releases
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
commit_msg=v1.1.17
|
||||||
git add -A;
|
git add -A;
|
||||||
git commit -m "<commit msg>"
|
git commit -m "$commit_msg"
|
||||||
#Minor version
|
#Minor version
|
||||||
git tag -a -m "<tag msg>" v1.0.1
|
git tag -a -m "$commit_msg" $commit_msg
|
||||||
git push --follow-tags
|
git push --follow-tags
|
||||||
#Moving major version
|
#Moving major version
|
||||||
git tag -fa v1
|
git tag -fa v1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user