]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Added a reminder to 'git push' after tagging a release.
authorTravis Cross <tc@traviscross.com>
Tue, 30 Mar 2010 18:52:40 +0000 (18:52 +0000)
committerTravis Cross <tc@traviscross.com>
Tue, 30 Mar 2010 18:52:40 +0000 (18:52 +0000)
scripts/tagscript.sh

index 8fc0823c49208b89b8902a83464a6d122872588a..9ba4826dbc6295306d678a3fe81bae453f47f1e7 100755 (executable)
@@ -66,3 +66,11 @@ tar -cjvf $dst_name.tar.bz2 $dst_dir
 tar -cJvf $dst_name.tar.xz $dst_dir
 rm -rf $dst_dir
 
+cat 1>&2 <<EOF
+----------------------------------------------------------------------
+The v$ver tag has been committed locally, but it will not be
+globally visible until you 'git push' this repository up to the server
+(I didn't do that for you).
+----------------------------------------------------------------------
+EOF
+