Skip to content

Commit

Permalink
Add git push and git push --tags to RELEASING_RAILS.rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino authored and fxn committed Aug 13, 2011
1 parent 5399b20 commit 5852fcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASING_RAILS.rdoc
Expand Up @@ -96,6 +96,8 @@ what to do in case anything goes wrong:
$ rake all:build
$ git commit -am'updating RAILS_VERSION'
$ git tag -m'tagging rc release' v3.0.10.rc1
$ git push
$ git push --tags
$ for i in $(ls dist); do gem push $i; done

=== Send Rails release announcements
Expand Down

0 comments on commit 5852fcf

Please sign in to comment.