Minor change
This commit is contained in:
parent
c2c35dd0d8
commit
e57c2867c7
@ -4,9 +4,12 @@ Github Action Workflows that can be reused, built by GMetri
|
|||||||
|
|
||||||
## Creating new releases
|
## Creating new releases
|
||||||
|
|
||||||
```
|
```bash
|
||||||
git add -A;
|
git add -A;
|
||||||
git commit -m "<commit msg>"
|
git commit -m "<commit msg>"
|
||||||
|
#Minor version
|
||||||
git tag -a -m "<tag msg>" v1.0.1
|
git tag -a -m "<tag msg>" v1.0.1
|
||||||
git push --follow-tags
|
git push --follow-tags
|
||||||
|
#Moving major version
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user