| 19 | | * run {{{ perl ../tools/release.pl --revision REV --version VERSION [--tag] }}} will try to create a distribution using a temporary directory and copy the resulting Padre-X.XX.tar.gz in the current directory. The optional --tag flag will also create a tag in SVN. So the release manager first can run it dry and when she is sure it creates a good release can run it again to also tag it in SVN. |
| 20 | | * Upload to http://perlide.org/download/source/ (needs to be done by Gabor) |
| 21 | | * try installing it using pip, tell people on IRC #padre about it |
| | 19 | |
| | 20 | * The release manager first builds a distribution and when she is sure it creates a good release, she can run the release.pl script again to also tag the release in SVN and then ask others to test it: |
| | 21 | * run {{{ perl ../tools/release.pl --revision REV --version VERSION }}} will try to create a distribution using a temporary directory and copy the resulting Padre-X.XX.tar.gz in the current directory. |
| | 22 | * Test it by yourself (install it using pip, run it) |
| | 23 | * run {{{ perl ../tools/release.pl --revision REV --version VERSION --tag }}} This will also create a tag in SVN. |
| | 24 | * Upload it somewhere public and ask Gabor to copy to http://perlide.org/download/source/ |
| | 25 | * Tell people on IRC #padre about it and ask them to test it |
| | 26 | |