From 98740ba3aa5e0c9bbdd771e43eae8d00003bb332 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Thu, 20 Nov 2014 10:42:47 -0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2225b9e..12e07f0 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ These don't support debian yet - feel free to submit a patch. Generate a version ================== -Two scripts, 'gitversion' and 'hgversion' generate version metadata for git and hg, respectively. The data output by these two is meant to be consumed by bash. +Two scripts, 'gitversion.sh' and 'hgversion.sh' generate version metadata for git and hg, respectively. The data output by these two is meant to be consumed by bash. - []$ hgversion + []$ gitversion.sh TAG="build,6.3.0,0" BRANCH="6.3.0" MAJOR="6.3.0" @@ -69,9 +69,9 @@ The changelog will contain a brief log of all commits between the previous build Cutting a Tag ============= -To cut a tag, just run 'taggit' or 'taghg': +To cut a tag, just run 'taggit.sh' or 'taghg.sh': - []$ taggit + []$ taggit.sh ... This will tag the current revision with a new build number. UNLESS: