]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Improved the post-tagging push instructions on the release tagging script.
authorTravis Cross <tc@traviscross.com>
Thu, 1 Apr 2010 21:23:56 +0000 (21:23 +0000)
committerTravis Cross <tc@traviscross.com>
Thu, 1 Apr 2010 21:23:56 +0000 (21:23 +0000)
scripts/tagscript.sh

index 9ba4826dbc6295306d678a3fe81bae453f47f1e7..8a4a4e821b5d257c9ea7d3de63d1e8532445e174 100755 (executable)
@@ -69,8 +69,8 @@ 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).
+globally visible until you 'git push --tags' this repository up to the
+server (I didn't do that for you, as you might want to review first).
 ----------------------------------------------------------------------
 EOF