Skip to content

New Magento Release Procedure

Lee Saferite edited this page Jun 4, 2014 · 1 revision

This is a WIP and detailed instructions for each step will be added.


General Procedure

  1. Download the new release from the Magento website
  • Clone the mirror repository
  • Switch to the proper branch creating a new branch as needed
  • Delete all of the checked out files/directories except for .git and .gitignore
  • Extract the new release into the repo
  • Add all changes (new, updated, deleted) into the git index
  • Commit the new release
  • Tag the new release
  • Push branch and tag
Clone this wiki locally