Note: You are currently viewing documentation for Moodle 3.8. Up-to-date documentation for the latest stable version of Moodle may be available here: Release process.

Development:Release process: Difference between revisions

From MoodleDocs
No edit summary
(Add on Release page)
Line 17: Line 17:
# Visit releases page on tracker and make the release, bumping all remaining open bugs to the next point release.
# Visit releases page on tracker and make the release, bumping all remaining open bugs to the next point release.
# Make sure the [[Release_Notes]] page is updated
# Make sure the [[Release_Notes]] page is updated
# Add new version on the [[Release]] page
# Update the version.php in CVS to be X.X.Y+
# Update the version.php in CVS to be X.X.Y+
# '''cvs tag -F MOODLE_XX_MERGED version.php'''
# '''cvs tag -F MOODLE_XX_MERGED version.php'''

Revision as of 07:37, 11 July 2008

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