Don't push all tags when releasing tmux

Pushing all tags with "git push --tags" will also transfer tags from the
tmux-openbsd repository which isn't what we want to do!

Therefore, just specify the newly created tag to push instead for the next
release.
pull/1/head
Thomas Adam 2012-10-13 13:35:35 +01:00
parent 9b2aabb752
commit bf45619441
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ This involves having both tmux and tmux-openbsd cloned, as in:
% git clone ssh://${USER}@tmux.git.sf.net/gitroot/tmux/tmux
% git clone ssh://${USER}@tmux.git.sf.net/gitroot/tmux/tmux-openbsd
Note that you do not need additoinal checkouts to manage the sync -- an
Note that you do not need additional checkouts to manage the sync -- an
existing clone of either repositories will suffice. So if you already have
these checkouts existing, skip that.
@ -150,7 +150,7 @@ Release tmux for next version
Push the tag out with:
% git push --tags
% git push 1.X
4. Build the tarball with make dist. Now that it's using autoconf there
shouldn't be any weird files (such as the original and rejection files