This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/isis.git
commit dac3f43fb4a79e35ddbc557d3cfdfcbe69253f39 Author: Dan Haywood <[email protected]> AuthorDate: Mon Jan 8 20:16:10 2018 +0000 ISIS-1465: minor fix for release script --- scripts/promoterctag.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/promoterctag.sh b/scripts/promoterctag.sh index 1e4a5e5..ef09705 100755 --- a/scripts/promoterctag.sh +++ b/scripts/promoterctag.sh @@ -5,6 +5,7 @@ # usage: # promoterctag isis-1.2.0 RC1 # +git tag -f $1 $1-$2 git tag -d $1-$2 git push origin :refs/tags/$1-$2 git push origin refs/tags/$1:refs/tags/rel/$1 -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
