texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Gavin D. Smith
Date: Mon, 7 Nov 2022 15:20:29 -0500 (EST)

branch: master
commit d1332caf36bfb6188b816f1bd9c6905a081aece4
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Nov 7 19:31:25 2022 +0000

    * README-hacking: reorder official releases tasks
---
 ChangeLog      |  4 ++++
 README-hacking | 18 ++++++++++--------
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a824884e4e..cb4d01a290 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-11-07  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * README-hacking: reorder official releases tasks
+
 2022-11-07  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * doc/Makefile.am (wwwdoc-build, wwwdoc-install): handle
diff --git a/README-hacking b/README-hacking
index 1640ca1e4f..5a92d9b86d 100644
--- a/README-hacking
+++ b/README-hacking
@@ -247,6 +247,8 @@ make po-check             # update po/POTFILES.in as needed
 
 check indices of Texinfo manuals and check for duplicates (with <1> in Info)
 
+- Official releases only:
+make V=1 pdf and fix underfull/overfull boxes.
 
 - Final (easy) checks:
 
@@ -275,6 +277,13 @@ check that texindex version is updated properly
 (cd tp && ./maintain/change_perl_modules_version.sh auto)
   -- this updates all the version numbers in the Perl modules
 (cd tp ; maintain/regenerate_file_lists.pl) # list all test results
+
+- Official releases only:
+version and date in NEWS.
+version number in txirefcard.tex.
+(cd tp && maintain/regenerate_documentlanguages-loc.pl)
+  -- regenerates tp/Texinfo/Documentlanguages.pm (requires Text::CSV)
+
 one last "git diff" to check release commit looks good
 make distcheck
 (export MALLOC_CHECK_=2; make distcheck)  # repeat until clean
@@ -284,18 +293,11 @@ after uploading distribution,
 pretest announcement -> bug-texinfo / beebe / platform-testers to try.
 bcc coordinator@translationproject.org.
 
-- Official releases only:
-version and date in NEWS.
-version number in txirefcard.tex.
-(cd tp && maintain/regenerate_documentlanguages-loc.pl)
-  -- regenerates tp/Texinfo/Documentlanguages.pm (requires Text::CSV)
-
-make V=1 pdf and fix underfull/overfull boxes.
 
 
 - To do the actual upload:
 pkg=texinfo
-ver=6.0
+ver=7.0
 
 then do one of:
 gnupload --to alpha.gnu.org:$pkg $pkg-$ver.tar.xz                #pretest



reply via email to

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