summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Spiers <stow@adamspiers.org>2011-12-06 17:22:21 +0000
committerAdam Spiers <stow@adamspiers.org>2011-12-06 17:23:09 +0000
commit9dbe5e4c921ab4d190596dcdb2e53e58a2b6244a (patch)
tree043db1d2001cc69183323f4ccd689e19fdd79955
parentd6afb3d06223cc123b3c5ce51da1d9dd4e844f72 (diff)
downloadstow-9dbe5e4c921ab4d190596dcdb2e53e58a2b6244a.tar.gz
Fix release instructions regarding CPAN distribution.
-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/