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.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/git/git-tag-tar-changelog.sh b/git/git-tag-tar-changelog.sh
index 60535cc..402d577 100755
--- a/git/git-tag-tar-changelog.sh
+++ b/git/git-tag-tar-changelog.sh
@@ -8,9 +8,9 @@ if [ -z "$artifacts" ] ; then
exit 1
fi
-branch=rc
-tag_old=v2.0-rc10
-tag=v2.0-rc11
+branch=master
+tag_old=v2.0.2
+tag=v2.1.0
sdir=`dirname $0`
thisdir=`pwd`
@@ -23,8 +23,10 @@ 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 -d $tag
git tag -s -u 0x8ED60127 -m "$tag" $tag $sha
git-new-milestone $i $tag_old $tag
+ git checkout master
cd $thisdir
echo done $i
echo