You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/05/30 09:40:58 UTC

git commit: ISIS-406: new promoterctag.sh helper script

Updated Branches:
  refs/heads/master 1ba8a4b1f -> bca6bcc43


ISIS-406: new promoterctag.sh helper script


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/bca6bcc4
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/bca6bcc4
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/bca6bcc4

Branch: refs/heads/master
Commit: bca6bcc43d3879027d62b640eac20ef288ad03f8
Parents: 1ba8a4b
Author: Dan Haywood <da...@apache.org>
Authored: Thu May 30 08:40:37 2013 +0100
Committer: Dan Haywood <da...@apache.org>
Committed: Thu May 30 08:40:37 2013 +0100

----------------------------------------------------------------------
 scripts/promoterctag.sh |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/bca6bcc4/scripts/promoterctag.sh
----------------------------------------------------------------------
diff --git a/scripts/promoterctag.sh b/scripts/promoterctag.sh
new file mode 100644
index 0000000..26fb17e
--- /dev/null
+++ b/scripts/promoterctag.sh
@@ -0,0 +1,9 @@
+#
+# Removes an RC tag and replaces with final one
+#
+# usage: 
+# promoterctag isis-1.2.0 RC1
+#
+git tag -d $1-$2
+git push origin :refs/tags/$1-$2
+git push origin refs/tags/$1:refs/tags/$1