summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/HOWTO-RELEASE9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/HOWTO-RELEASE b/doc/HOWTO-RELEASE
index af61d0a..cb88041 100644
--- a/doc/HOWTO-RELEASE
+++ b/doc/HOWTO-RELEASE
@@ -7,6 +7,9 @@ How to make a new release of GNU Stow
- Check CPAN distribution will work via Module::Build:
+ - Run ./configure && make to generate stow, chkstow, and lib/Stow.pm
+ (N.B. the CPAN distribution will contain these files, whereas
+ the GNU distribution will not.)
- Run perl Build.PL.
- Run ./Build test
- Run ./Build install
@@ -54,6 +57,10 @@ How to make a new release of GNU Stow
# Then commit
cvs commit
+ - Run ./Build dist
+
+ - Upload the resulting Stow-v7.8.9.tar.gz to CPAN via https://pause.perl.org/
+
- Upload to ftp.gnu.org. This is easiest using gnupload:
- git clone git://git.savannah.gnu.org/gnulib.git
@@ -69,5 +76,3 @@ How to make a new release of GNU Stow
See http://www.gnu.org/prep/maintain/html_node/Announcements.html for
more on making release announcements.
-
- - Upload to CPAN via https://pause.perl.org/