summaryrefslogtreecommitdiffstats
path: root/SYNCING
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-05-29 08:40:33 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-05-29 08:40:33 +0100
commitb017dc7e32731cd0804d0e61964da2da094888d6 (patch)
tree9b54ac5d82de85676711e50d02fb5299749b32e0 /SYNCING
parentb5a6458cde2f2a09940af5fdffbf4a7ef6b661b6 (diff)
Update release text.
Diffstat (limited to 'SYNCING')
-rw-r--r--SYNCING15
1 files changed, 8 insertions, 7 deletions
diff --git a/SYNCING b/SYNCING
index a0d0404c..b8cc4b5c 100644
--- a/SYNCING
+++ b/SYNCING
@@ -145,7 +145,9 @@ Release tmux for next version
upgrades and the latter should mention all the major changes since
the last version.
-2. Tag with:
+2. Make sure configure.ac has the new version number.
+
+3. Tag with:
% git tag -a 2.X
@@ -155,18 +157,17 @@ Release tmux for next version
% git push --tags
-3. Build the tarball with 'make dist'.
+4. Build the tarball with 'make dist'.
-4. Check the tarball. If it's good, go here to select the tag just pushed:
+5. Check the tarball. If it's good, go here to select the tag just pushed:
https://github.com/tmux/tmux/tags
Click the "Add release notes", upload the tarball and add a link in the
description field to the CHANGES file.
-5. Clone the tmux.github.io repository, and change the RELEASE version in the
- Makefile. Commit it, and run 'make' to replace %%VERSION%%. Push the
+6. Clone the tmux.github.io repository, and change the RELEASE version in the
+ Makefile. Commit it, and run 'make' to replace %%RELEASE%%. Push the
result out.
-6. Bump version in tmux/tmux.git configure.ac and uncomment "enable_debug=yes"
- to create a debug build by default.
+7. Change version back to master in configure.ac.