-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
aheadley
committed
Nov 20, 2013
1 parent
a93b812
commit 727ac56
Showing
1 changed file
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |