Added a reminder to 'git push' after tagging a release.

This commit is contained in:
Travis Cross 2010-03-30 18:52:40 +00:00
parent 23d3205c36
commit 91feec300e
1 changed files with 8 additions and 0 deletions

View File

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