diff --git a/README.md b/README.md index e0954cd..3928514 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,11 @@ Github Action Workflows that can be reused, built by GMetri ## Creating new releases ```bash +commit_msg=v1.1.17 git add -A; -git commit -m "" +git commit -m "$commit_msg" #Minor version -git tag -a -m "" v1.0.1 +git tag -a -m "$commit_msg" $commit_msg git push --follow-tags #Moving major version git tag -fa v1