From b511a7de716922fe8e297b4bc73a29492584ab47 Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Wed, 4 Aug 2010 10:10:35 -0700 Subject: [PATCH] Fixed in docs --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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