Improved the post-tagging push instructions on the release tagging script.

This commit is contained in:
Travis Cross 2010-04-01 21:23:56 +00:00
parent 019c4471ad
commit a647f768d5
1 changed files with 2 additions and 2 deletions

View File

@ -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