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.
This commit is contained in:
parent
5123a585a2
commit
fd10706ce3
1 changed files with 5 additions and 0 deletions
|
@ -62,6 +62,11 @@ Release procedure
|
||||||
|
|
||||||
git tag -s $version -m "Release $version"
|
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
|
- Run ./Build dist
|
||||||
|
|
||||||
- Upload the resulting Stow-v7.8.9.tar.gz to CPAN via https://pause.perl.org/
|
- Upload the resulting Stow-v7.8.9.tar.gz to CPAN via https://pause.perl.org/
|
||||||
|
|
Loading…
Reference in a new issue