mirror of
https://github.com/tmux/tmux.git
synced 2024-11-19 10:58:51 +00:00
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.
This commit is contained in:
parent
9b2aabb752
commit
bf45619441
4
SYNCING
4
SYNCING
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user