forked from gmetribin/build-tools
This branch is 6 commits behind gmetribin/build-tools:main
build-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
git tag -fa v1
git push --tags -f
Languages
Shell
100%