From fd10706ce30381182e2a09536b7d0485b8044f41 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sun, 20 Nov 2016 22:16:43 +0000 Subject: [PATCH] HOWTO-RELEASE: use Docker to test before releasing Charles LeDoux did some awesome work providing this Docker environment which can test across multiple Perl versions using perlbrew, so it would be crazy not to use it. --- doc/HOWTO-RELEASE | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/HOWTO-RELEASE b/doc/HOWTO-RELEASE index fd84bc7..0c55b0e 100644 --- a/doc/HOWTO-RELEASE +++ b/doc/HOWTO-RELEASE @@ -62,6 +62,11 @@ Release procedure git tag -s $version -m "Release $version" +- Run the tests on various Perl versions via Docker: + + ./build-docker.sh + ./test-docker.sh + - Run ./Build dist - Upload the resulting Stow-v7.8.9.tar.gz to CPAN via https://pause.perl.org/