diff --git a/Readme.md b/Readme.md index fbfa8eb..4f39190 100644 --- a/Readme.md +++ b/Readme.md @@ -42,12 +42,12 @@ ## git-release - Release commit with the given . + Release commit with the given <tag>. $ git release 0.1.0 Does the following: - - Commits changes (to changelog etc) with message "Release " - - Tags with the given + - Commits changes (to changelog etc) with message "Release <tag>" + - Tags with the given <tag> - Pushes the branch / tags \ No newline at end of file