guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: doc: Mention 'autoreconf' for the release.


From: Ludovic Courtès
Subject: 01/01: doc: Mention 'autoreconf' for the release.
Date: Wed, 10 May 2017 17:19:56 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 4e31d3cc16a41fb11c2c82e1f3a0ec79d6c30459
Author: Ludovic Courtès <address@hidden>
Date:   Wed May 10 23:18:58 2017 +0200

    doc: Mention 'autoreconf' for the release.
    
    * doc/release.org (Add a Git tag): Mention autoreconf.
---
 doc/release.org | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/doc/release.org b/doc/release.org
index 4f47cb0..972f3f3 100644
--- a/doc/release.org
+++ b/doc/release.org
@@ -111,13 +111,11 @@ Make that list "camera-ready":
 Create a signed Git tag, like this:
 
   $ git tag -s -u MY-KEY -m "GNU Guix X.Y." vX.Y
+  $ autoreconf  # to update $(PACKAGE_VERSION)
 
 The tag must be `vX.Y'.  For the sake of consistency, always use
 "GNU Guix X.Y." as the tag comment.
 
-The next “make dist†will automatically update the version number to
-match the tag.
-
 ** Run “make releaseâ€
 
 This will automatically build:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]