From 098916de13f738bbf79daad1cab40f717b781667 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Sun, 14 Aug 2005 22:35:59 -0700 Subject: [PATCH] Update tag portion of release script. --- scripts/dorelease | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/dorelease b/scripts/dorelease index f97ea981250..3956829492e 100755 --- a/scripts/dorelease +++ b/scripts/dorelease @@ -50,8 +50,7 @@ RELEASE_COMMIT=$(echo "Linux $RELEASE" | git-commit-tree $(git-write-tree) -p HE echo $RELEASE_COMMIT > .git/HEAD # tag it -TAG=$(echo "This is the $RELEASE stable release" | git-tag-script v$RELEASE) -echo $TAG > .git/refs/tags/v$RELEASE +git-tag-script -s -m "This is the $RELEASE stable release" v$RELEASE BASE_COMMIT="$(git-cat-file tag $(cat .git/refs/tags/v${BASE}) | grep object | cut -d" " -f2)" LAST_COMMIT="$(git-cat-file tag $(cat .git/refs/tags/v${LAST_REL}) | grep object | cut -d" " -f2)" -- 2.47.3