summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2014-04-17 13:22:21 +0200
committerJean Delvare <jdelvare@suse.de>2014-04-17 13:22:21 +0200
commit66e02b00680eca4345023272acf2edecd11c3c97 (patch)
treecff34eb07582a0bb4868711c6ae7471fbdf67e51 /doc
parent094d6d1f52b5cb7f229cb621262e47ee4f7707ec (diff)
downloadquilt-66e02b00680eca4345023272acf2edecd11c3c97.tar.gz
Update the release checklist
Update doc/RELEASING to mention the NEWS file instead of the quilt.changes file.
Diffstat (limited to 'doc')
-rw-r--r--doc/RELEASING6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/RELEASING b/doc/RELEASING
index 35b04bf..b605783 100644
--- a/doc/RELEASING
+++ b/doc/RELEASING
@@ -9,8 +9,8 @@ Step 1: set the new version and test
$ autoconf
Make sure you don't use a version of autoconf older than the one
previously used.
-- Mention the new version in quilt.changes:
- - configure*: Bump version to x.y.
+- Mention the new version in NEWS, with a summary of all user-visible
+ changes.
- Make sure that everything builds and runs fine:
$ ./configure --prefix=/opt/quilt
$ make
@@ -19,7 +19,7 @@ Step 1: set the new version and test
Step 2: tag the new version
---------------------------
-- $ git add configure.ac configure quilt.changes
+- $ git add configure.ac configure NEWS
$ git commit -m "Set version to x.y."
$ git tag vx.y
$ git push