diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-30 10:07:33 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-30 10:07:33 +0300 |
commit | d38a65f812c74acc859c8ea36e26c28cfbeffcc9 (patch) | |
tree | 0f4aa60e1fe39a04863657d94afff46a82215e09 /Checklist | |
parent | f586cd49506935eb48a6afeaff6988087f947ed1 (diff) | |
parent | 665ec924795675c32d7178613367ec9f7a7d08e1 (diff) | |
download | egawk-d38a65f812c74acc859c8ea36e26c28cfbeffcc9.tar.gz egawk-d38a65f812c74acc859c8ea36e26c28cfbeffcc9.tar.bz2 egawk-d38a65f812c74acc859c8ea36e26c28cfbeffcc9.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'Checklist')
-rw-r--r-- | Checklist | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Fri Apr 4 11:43:29 IDT 2014 +Thu Apr 30 10:01:17 IDT 2015 ============================ A checklist for making releases @@ -57,3 +57,12 @@ run the following command just before rolling a new release: Major releases: - Rotate the ChangeLog and NEWS files. + +========== For Releasing ============ + +To upload: + gnupload --to ftp.gnu.org:gawk gawk-Whatever.gz + +For doc: + Use the perl makeinfo to create the files. + Use gendocs.sh and gendoc_template from gnulib. |