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
Version 1
Latest
Languages
Shell
100%