Skip to content

Commit

Permalink
improve the release guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Apr 19, 2013
1 parent e4bbede commit 5f91ae6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/ReleaseGuide.md
Expand Up @@ -2,12 +2,16 @@

The following walks through how we make a release.

* Pop onto [IRC]() and let folks know you're about to cut a release
* Pop onto [IRC](http://hawt.io/community/index.html) and let folks know you're about to cut a release
* Now pull and make sure things build locally fine first :)

mvn release:prepare -P release

The tag should get auto-defaulted to something like **hawtio-1.0**
If the build fails then rollback via

mvn release:rollback -P release

The tag should get auto-defaulted to something like **hawtio-1.2**

mvn release:perform -P release

Expand Down

0 comments on commit 5f91ae6

Please sign in to comment.