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