# build-tools Github Action Workflows that can be reused, built by GMetri ## Creating new releases ```bash git add -A; git commit -m "" #Minor version git tag -a -m "" v1.0.1 git push --follow-tags #Moving major version git tag -fa v1 git push --tags -f ```