]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
maint: doc fixes for 1.17.92 pretest.
authorKarl Berry <karl@freefriends.org>
Fri, 11 Apr 2025 16:55:05 +0000 (09:55 -0700)
committerKarl Berry <karl@freefriends.org>
Fri, 11 Apr 2025 16:55:05 +0000 (09:55 -0700)
* NEWS: forgot to update the version.
* HACKING: mention this.

HACKING
NEWS

diff --git a/HACKING b/HACKING
index 52ca5cdab9c6e1252437c0b612b4bbcd8bde3c67..4e81f64c8a67887db63f7b6bc0410d6c0ba6427d 100644 (file)
--- a/HACKING
+++ b/HACKING
   e.g., APIVERSION=1.17 for the pretest 1.17.90, even though it's
   leading up to 1.18.
 
+* grep $newversion NEWS # ensure that the NEWS file has the new version.
+
 * Create an announcement message with "make announcement".  Edit the
   generated 'announcement' file appropriately, in particularly filling
   in by hand any "TODO" left in there.  In particular, thank people who
     reltype=alpha # or beta or stable
     host=`if test $reltype = stable; then echo ftp; else echo alpha; fi`
     gpgkey=0x... #  gpg --fingerprint
-    $gnulib/build-aux/announce-gen --release-type=$reltype \
-      --package-name=$pkg --previous-version=$prever \
-      --current-version=$newver --gpg-key-id=$gpgkey \
-      --news-file=NEWS \
+    $gnulib/build-aux/announce-gen \
+      --release-type=$reltype \
+      --package-name=$pkg \
+      --previous-version=$prever \
+      --current-version=$newver \
+      --gpg-key-id=$gpgkey \
+      --news=NEWS \
       --url-directory=https://$host.gnu.org/gnu/$pkg
   and merge this with the just-written announcement file.
 
diff --git a/NEWS b/NEWS
index 62bfb36fdd23891c568c0cd8ba6bf3698e878f58..30c0cd2c7bf5faf9386e2161ff63842b8b04e379 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ For planned incompatibilities in a possible future Automake 2.0 release,
 please see NEWS-future and start following the advice there now.
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-New in 1.17.91:
+New in 1.17.92:
 
 * New features added