Home
Drew Strojny edited this page Oct 18, 2013
·
5 revisions
Welcome to the memberful-wp wiki!
Release workflow
All development happens in the develop
branch. Only tagged new versions of the plugin are merged to master
and synced with SVN. When you're ready to do a release:
- Update the changelog in
readme.txt
. - Change the version # in the
readme.txt
file and thememberful-wp.php
file. - Commit the changes with a commit message of "Version 1.0.0"
- Tag that commit with the version:
1.0.0
- Merge it into the
master
branch and push it to WordPress.org.