Note: You are currently viewing documentation for Moodle 2.1. Up-to-date documentation for the latest stable version is available here: Release process.

Development:Release process

From MoodleDocs
Revision as of 07:37, 11 July 2008 by Séverin Terrier (talk | contribs) (Add on Release page)

Some notes on the release process, to be fleshed out.

For a stable release on an existing branch XX with point value Y

  1. Test / QA / etc
  2. cvs -q update -dP
  3. Edit version.php, update name and version to new point release and commit
  4. cvs tag -FR MOODLE_XXY version.php
  5. cvs tag -F MOODLE_XX_MERGED version.php
  6. cvs -q update -dP all code on download server
  7. Run moodle-makenightlystableXX
  8. Go to download/stableXX
  9. Copy current daily as release package:
    1. cp moodle-latest-XX.zip moodle-X.X.Y.zip
    2. cp moodle-latest-XX.tgz moodle-X.X.Y.tgz
  10. Edit download index.php page with new release info and links
  11. Visit releases page on tracker and make the release, bumping all remaining open bugs to the next point release.
  12. Make sure the Release_Notes page is updated
  13. Add new version on the Release page
  14. Update the version.php in CVS to be X.X.Y+
  15. cvs tag -F MOODLE_XX_MERGED version.php