* Added option to provide a new topic name as a Fabric argument. * Rename 'merge' to 'stage'. * Added 'staging_branch' and 'production_branch' env options.
0.3.2
-------------
* Added option to delete a topic branch after submitting a pull request.
0.3.1
-------------
* Made GitHub issue association question for pull requests default to True. * After a successful merge, re-checkout the branch the user was originally working on.
0.3.0
-------------
* Changed the way we do full deploys. Instead of running pip install and hoping that takes care of everything, we create a brand new timestamped directory, build the whole project over, then swap a symlink right before restarting Apache.
0.2.1
-------------
* Added check for haystack before running rebuild_index on the server
0.2.0
-------------
* Implemented GitHub pull requests. * Made roledefs configuration more concise. * Various bug fixes and documentation updates.