build-tools/README.md
2025-01-29 18:18:19 +05:30

13 lines
206 B
Markdown

# deploy-tools
Github Action Workflows that can be reused, built by GMetri
## Creating new releases
```
git add -A;
git commit -m "<commit msg>"
git tag -a -m "<tag msg>" v1.3
git push --follow-tags
```