Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 51880429E27 for ; Thu, 17 Nov 2011 18:26:47 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ddNtRHNatmtZ for ; Thu, 17 Nov 2011 18:26:46 -0800 (PST) Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 2CFAE429E29 for ; Thu, 17 Nov 2011 18:26:46 -0800 (PST) Received: from zancas.localnet (fctnnbsc36w-156034074106.pppoe-dynamic.High-Speed.nb.bellaliant.net [156.34.74.106]) (authenticated bits=0) by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id pAI2QdDf028544 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Thu, 17 Nov 2011 22:26:42 -0400 Received: from bremner by zancas.localnet with local (Exim 4.77) (envelope-from ) id 1RREA2-0005GD-VB; Thu, 17 Nov 2011 22:26:38 -0400 From: David Bremner To: notmuch@notmuchmail.org Subject: [PATCH 3/3] RELEASING: document the semi-automated version propagation. Date: Thu, 17 Nov 2011 22:26:26 -0400 Message-Id: <1321583186-20187-3-git-send-email-david@tethera.net> X-Mailer: git-send-email 1.7.7.1 In-Reply-To: <1321583186-20187-1-git-send-email-david@tethera.net> References: <87y5vtm3as.fsf@nikula.org> <1321583186-20187-1-git-send-email-david@tethera.net> Cc: David Bremner X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Nov 2011 02:26:47 -0000 From: David Bremner 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. --- RELEASING | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASING b/RELEASING index e3e0cef..88dab04 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. -- 1.7.7.1