Skip to content

Commit

Permalink
added release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dickeyxxx committed Mar 19, 2015
1 parent a0a8d51 commit 8a2ae7e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Releasing Toolbelt v4
=====================

Prerequisites:

* `gem install rake aws-sdk`
* `heroku/heroku-cli` repo
* `HEROKU_RELEASE_ACCESS` and `HEROKU_RELEASE_SECRET` (from Toolbelt v3)

Increment [version](https://github.com/heroku/heroku-cli/blob/master/version).
Update [CHANGELOG](https://github.com/heroku/heroku-cli/blob/master/CHANGELOG).
[optional] Update dev branch with latest changes.
[optional] Run `rake release` on dev branch to test changes.
Run `rake release` on master branch.

0 comments on commit 8a2ae7e

Please sign in to comment.