summaryrefslogtreecommitdiffstats
path: root/SYNCING
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2012-10-13 13:35:35 +0100
committerThomas Adam <thomas@xteddy.org>2012-10-13 13:35:35 +0100
commitbf4561944165a8433532e631bd4d903c49c16ff5 (patch)
treec9afb7f1955e74f623435abaf6ea5aab4b7e01b9 /SYNCING
parent9b2aabb7529a11266d45427cd839cd10fcec66c4 (diff)
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.
Diffstat (limited to 'SYNCING')
-rw-r--r--SYNCING4
1 files changed, 2 insertions, 2 deletions
diff --git a/SYNCING b/SYNCING
index d32a8c60..9de21606 100644
--- a/SYNCING
+++ b/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