From 7fae30ecce213fd0a54d9e365e01afd06ea09f0d Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sun, 28 Jul 2019 13:28:46 +0100 Subject: HOWTO-RELEASE: do ./Build dist earlier docker builds break ./Build dist, so do it earlier. --- doc/HOWTO-RELEASE | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/HOWTO-RELEASE b/doc/HOWTO-RELEASE index bf83b55..5f1758d 100644 --- a/doc/HOWTO-RELEASE +++ b/doc/HOWTO-RELEASE @@ -50,6 +50,7 @@ Release procedure ./Build install ./Build distcheck ./Build distmeta + ./Build dist - Check META.yaml and META.json have the new version number. They already should if the final step of this document was @@ -76,8 +77,6 @@ Release procedure git tag -s v$version -m "Release $version" -- Run ./Build dist - - Upload the resulting Stow-v7.8.9.tar.gz to CPAN via https://pause.perl.org/ - Wait until PAUSE has accepted the upload as a valid module. -- cgit v1.2.1