summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-06-29 16:51:08 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2020-06-29 17:08:27 -0700
commitdf361999a72ee5a05f58fd375f4c56b5cab5bf92 (patch)
tree96b655527eac057fcf7f8684acb2b0c4922fd494
parent5e650129bcee2a97fd1ce2262b0ac2f5bc209fe7 (diff)
downloadautoconf-df361999a72ee5a05f58fd375f4c56b5cab5bf92.tar.gz
Update release advice
-rw-r--r--HACKING3
1 files changed, 1 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 615bb7ac..14ee274d 100644
--- a/HACKING
+++ b/HACKING
@@ -104,8 +104,7 @@ should check the results before committing them in git.
** Set the version number
Update the version number in NEWS (with version, date, and release
-type) and ChangeLog, and mention in README whether the release is
-stable. Make sure all changes are committed, then run `git tag -s -m
+type). Make sure all changes are committed, then run `git tag -s -m
<version> -u <gpg_key> v<version>'. Do not push anything upstream at
this point.