README.markdown in heroku_deploy-0.1.0 vs README.markdown in heroku_deploy-0.1.1
- old
+ new
@@ -1,8 +1,8 @@
# heroku_deploy
This gem is an easy way to quickly setup and
-deploy staging and production environments for
+deploy staging and production branches and environments for
your project on heroku.
###Installation Instructions
Install the gem:
sudo gem install heroku_deploy
@@ -45,6 +45,8 @@
or
rake heroku_deploy:backup:production
-
+###Coming Soon
+* Before and after hooks that allow you to arbitrarily execute code before and after deploy
+* a --nobackup option that skips the backup when deploying to production or staging