summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Spiers <stow@adamspiers.org>2019-07-28 13:28:46 +0100
committerAdam Spiers <stow@adamspiers.org>2019-07-28 13:28:46 +0100
commit7fae30ecce213fd0a54d9e365e01afd06ea09f0d (patch)
tree4a87d5676620db23d689f7ade5d828bbeb87572b
parent5602166a57f774b24002e25b285b00f575182ef5 (diff)
downloadstow-7fae30ecce213fd0a54d9e365e01afd06ea09f0d.tar.gz
HOWTO-RELEASE: do ./Build dist earlier
docker builds break ./Build dist, so do it earlier.
-rw-r--r--doc/HOWTO-RELEASE3
1 files changed, 1 insertions, 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.