diff options
author | Sven Gothel <[email protected]> | 2013-10-18 07:32:00 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-10-18 07:32:00 +0200 |
commit | 70d815f1edcf26ee786809b24d18fb635d7ecb40 (patch) | |
tree | ce5f132f35c3dd9fe202994d881733f52965f5f4 /git/git-tag-tar-changelog.sh | |
parent | ca228c4b2d46cae62510350948616f2429292a3b (diff) |
git/git-tag-tar-changelog.sh - version bump (last 2.1.0)
Diffstat (limited to 'git/git-tag-tar-changelog.sh')
-rwxr-xr-x | git/git-tag-tar-changelog.sh | 8 |
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 |