Skip to content

Commit

Permalink
Add a note to REALEASING_RAILS about testing the gem locally before r…
Browse files Browse the repository at this point in the history
…eleasing
  • Loading branch information
jonleighton committed Nov 14, 2011
1 parent 156784f commit be777b3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions RELEASING_RAILS.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@ branch.

=== Update the RAILS_VERSION file to include the RC.

=== Build and test the gem.

Run `rake install` to generate the gems and install them locally. Then try
generating a new app and ensure that nothing explodes.

This will stop you looking silly when you push an RC to rubygems.org and then
realise it is broken.

=== Release the gem.

IMPORTANT: Due to YAML parse problems on the rubygems.org server, it is safest
Expand Down Expand Up @@ -162,6 +170,7 @@ Today, do this stuff in this order:
* Apply security patches to the release branch
* Update CHANGELOG with security fixes.
* Update RAILS_VERSION to remove the rc
* Build and test the gem
* Release the gems
* Email security lists
* Email general announcement lists
Expand Down

0 comments on commit be777b3

Please sign in to comment.