developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Changes between Version 12 and Version 13 of en/howto_release
- Timestamp:
- Jun 3, 2011, 2:31:07 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
en/howto_release
v12 v13 17 17 * lib/jelix/INSTALL 18 18 * lib/jelix-modules/CREDITS 19 - update the version number in these files to reflect the new version20 * lib/jelix/VERSION21 * lib/jelix/CHANGELOG22 * testapp/VERSION23 19 - update changelogs in the web site: http://jelix.org/articles/en/changelog 24 20 * a page should be dedicated to the release, with the list of improvements and bug fixed … … 26 22 * don't forget similar pages in other languages 27 23 * create a new page for the next minor version 24 - update the version number in these files to reflect the new version 25 * lib/jelix/VERSION 26 * lib/jelix/CHANGELOG 27 * testapp/VERSION 28 28 - add a tag in the hg repository : RELEASE_JELIX_X_Y_Z where X_Y_Z is the version number. ex: 1_1_3, 1_2_BETA1 29 29 - create packages localy with build/buildjelix.php and build/buildapp.php and test them … … 73 73 * lib/jelix/INSTALL 74 74 * lib/jelix-modules/CREDITS 75 - update the version number in these files to reflect the new version76 * lib/jelix/VERSION77 * lib/jelix/CHANGELOG78 * testapp/VERSION79 75 - update changelogs in the web site: http://jelix.org/articles/en/changelog 80 76 * a page should be dedicated to the release, with the list of improvements and bug fixed … … 82 78 * don't forget similar pages in other languages 83 79 * create a new page for the next minor version for this new branch, and one for the next major version 80 - update the version number in these files to reflect the new version 81 * lib/jelix/VERSION 82 * lib/jelix/CHANGELOG 83 * testapp/VERSION 84 84 - add a tag in the hg repository : RELEASE_JELIX_X_Y_0 where X_Y_0 is the version number. ex: 1_3_0 85 85 - create packages with build/buildjelix.php and build/buildapp.php to test them