From 80240877f836214e556f1ff75a058465a69f2dea Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 16 Apr 2010 13:00:35 -0700 Subject: make release: Add a check that version and debian/changelog are consistent Eventually I'd like to automate this so that one or the other of these files is canonical and the other is generated from it. Until then, add this check to the release process to avoid a skewed release being shipped. --- RELEASING | 1 + 1 file changed, 1 insertion(+) (limited to 'RELEASING') diff --git a/RELEASING b/RELEASING index e438a1d..70a2ec5 100644 --- a/RELEASING +++ b/RELEASING @@ -72,6 +72,7 @@ repository. From here, there are just a few steps to release: 5) Run "make release" which will perform the following steps: * Ensure that the version consists only of digits and periods + * Ensure that version and debian/changelog have the same version * Verify that the source tree is clean * Compile the current notmuch code (aborting release if it fails) * Run the notmuch test suite (aborting release if it fails) -- cgit v1.2.3