Skip to content

Commit

Permalink
fill out release guide
Browse files Browse the repository at this point in the history
  • Loading branch information
aheadley committed Nov 20, 2013
1 parent a93b812 commit 727ac56
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions RELEASE_GUIDE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release Guide

- Bump version in `app/code/community/Nexcessnet/Turpentine/etc/config.xml` >
`config/modules/Nexcessnet_Turpentine/version`
-
1. Switch to *devel* branch
2. Bump version in `app/code/community/Nexcessnet/Turpentine/etc/config.xml`
under `config/modules/Nexcessnet_Turpentine/version`
3. Commit
4. Merge *devel* into *master*
5. Tag *master* branch with `release-<version>`
6. Push *master* and *devel* branches to GitHub
7. Run make: `make all`
* The `all` is important, running bare `make` does not build the package
8. Upload new package (from `build/`) to Magento Connect, use only the notes
from the latest section of the release notes from
`build/magento-connect-changelog-<version>.html` in the release notes box
9. Update the description box with contents of
`build/magento-connect-desc-<version>.html`
10. ???
11. Profit

0 comments on commit 727ac56

Please sign in to comment.