Improved the post-tagging push instructions on the release tagging script.
This commit is contained in:
parent
019c4471ad
commit
a647f768d5
|
@ -69,8 +69,8 @@ rm -rf $dst_dir
|
||||||
cat 1>&2 <<EOF
|
cat 1>&2 <<EOF
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
The v$ver tag has been committed locally, but it will not be
|
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
|
globally visible until you 'git push --tags' this repository up to the
|
||||||
(I didn't do that for you).
|
server (I didn't do that for you, as you might want to review first).
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue