summaryrefslogtreecommitdiffstats
path: root/git/git-tag-tar-changelog.sh
diff options
context:
space:
mode:
Diffstat (limited to 'git/git-tag-tar-changelog.sh')
-rwxr-xr-xgit/git-tag-tar-changelog.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/git/git-tag-tar-changelog.sh b/git/git-tag-tar-changelog.sh
index 78ce8c3..babcf95 100755
--- a/git/git-tag-tar-changelog.sh
+++ b/git/git-tag-tar-changelog.sh
@@ -9,8 +9,8 @@ if [ -z "$artifacts" ] ; then
fi
branch=rc
-tag_old=v2.0-rc2
-tag=v2.0-rc3
+tag_old=v2.0-rc4
+tag=v2.0-rc5
sdir=`dirname $0`
thisdir=`pwd`
@@ -23,7 +23,7 @@ for i in gluegen joal joal-demos jogl jogl-demos jocl jocl-demos ; do
cd $i
git checkout $branch
git pull jogamp $branch
- git tag -u 0x8ED60127 -m "Signed Candidate $i $tag $sha" $tag $sha
+ git tag -s -u 0x8ED60127 -m "$tag" $tag $sha
git-new-milestone $i $tag_old $tag
cd $thisdir
echo done $i