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

250 B

deploy-tools

Github Action Workflows that can be reused, built by GMetri

Creating new releases

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