Minor change

This commit is contained in:
Sahil Ahuja 2025-01-29 18:27:31 +05:30
parent c2c35dd0d8
commit e57c2867c7

View File

@ -4,9 +4,12 @@ Github Action Workflows that can be reused, built by GMetri
## Creating new releases
```
```bash
git add -A;
git commit -m "<commit msg>"
#Minor version
git tag -a -m "<tag msg>" v1.0.1
git push --follow-tags
#Moving major version
```