Browse Source

doc/HACKING: Improve documentation of how to bump version in maint

See discussion on 9553: Some of the build scripts don't like it when
you can't merge maint into release.
Nick Mathewson 10 years ago
parent
commit
29f2f7ce9a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      doc/HACKING

+ 3 - 1
doc/HACKING

@@ -539,5 +539,7 @@ changelog to tor-talk or tor-announce.
 
 13) If it's a stable release, bump the version number in the maint-x.y.z
     branch to "newversion-dev", and do a "merge -s ours" merge to avoid
-    taking that change into master.
+    taking that change into master.  Do a similar 'merge -s theirs'
+    merge to get the change (and only that change) into release.  (Some
+    of the build scripts require that maint merge cleanly into release.)