From: David Bremner <bremner@debian.org>
Date: Fri, 18 Nov 2011 02:26:26 +0000 (-0400)
Subject: RELEASING: document the semi-automated version propagation.
X-Git-Tag: 0.11_rc1~122
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=418e098eed1404379a29e397ca95426e1c7caef0;p=notmuch-old

RELEASING: document the semi-automated version propagation.

The instructions are purposely a bit coy about what files are updated,
so we don't have to update immediately when something else is plugged
into the make recipe.
---

diff --git a/RELEASING b/RELEASING
index e3e0cefe..88dab04e 100644
--- a/RELEASING
+++ b/RELEASING
@@ -62,11 +62,11 @@ repository. From here, there are just a few steps to release:
 	be "1.0.1" and a subsequent bug-fix release would be "1.0.2"
 	etc.
 
-	Update bindings/python/notmuch/version.py to match version.
+	When you are happy with the file 'version', run
 
-	Update the version in notmuch.1 to match version.
+	     make update-versions
 
-	XXX: Probably these last two steps should be (semi-)automated.
+	to propagate the version to the other places needed.
 
 	Commit these changes.