206 B
206 B
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