Changes between Version 4 and Version 5 of Release
- Timestamp:
- 09/02/09 07:43:02 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release
v4 v5 10 10 * run {{{ perl ../tools/tidy_pm_files.pl }}} that will apply blessed padre style in every module. (commit) 11 11 * run {{{ perl ../tools/update_version_number.pl VERSION }}} that will update the version number in every module and report if there was no VERSION entry in a module. Those need to be fixed. (commit) 12 * run {{{ perl ../tools/release.pl REVVERSION [--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.12 * 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. 13 13 * Upload to http://perlide.org/download/source/ (needs to be done by Gabor) 14 14 * try installing it using pip, tell people on IRC #padre about it
