Skip to content

Commit

Permalink
Fix release instructions
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
rafaelfranca committed Oct 30, 2013
1 parent 9e4efed commit 8c36ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING_RAILS.rdoc
Expand Up @@ -113,7 +113,7 @@ what to do in case anything goes wrong:
$ 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
$ for i in $(ls pkg); do gem push $i; done

=== Send Rails release announcements

Expand Down

0 comments on commit 8c36ead

Please sign in to comment.