diff --git a/README.md b/README.md index 7030553..bb64c84 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,12 @@ 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 + ```