-
Notifications
You must be signed in to change notification settings - Fork 552
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.
- 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