Changes between Version 18 and Version 19 of Development
- Timestamp:
- 06/25/09 07:24:56 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development
v18 v19 60 60 61 61 62 == Release process in a branch==62 === Release of Padre using a branch === 63 63 64 64 In order to allow a few days of stabilization of Padre and to allow the translators to catch up while … … 107 107 108 108 109 === Distribution of Plugins and other packages ===109 === Release and Distribution of Plugins and other packages === 110 110 111 TBD. 111 The packages can use either Makefile.PL (Module::Install) or Build.PL (Module::Build). 112 We have not tested the below process with ExtUtils::Makemaker 112 113 113 The use of the release.pl script as above114 114 115 115 No need to keep MANIFEST and META.yml in version control! … … 131 131 $builder->add_build_element('mo'); 132 132 }}} 133 134 135 === Release process === 136 137 * cd to the directory of the plugin or the package 138 * ../tools/ 139 * run {{{ perl ../tools/tidy_pm_files.pl }}} (commit) 140 * run {{{ perl ../tools/update_version_number.pl VERSION }}} and update Changes (commit) 141 * run {{{ perl ../tools/release.pl REV VERSION [--tag] }}} 142 * upload to PAUSE 143
