diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2011-08-04 18:43:13 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2011-08-04 18:43:13 -0300 |
commit | d338e8976f7975c40c87a09b0e36ee6ac67807e1 (patch) | |
tree | 4d7cedc064c55ace30ec576e45cfeb4e879af400 | |
parent | cb6a082fee1a984ce91476a48c2af57d32960080 (diff) | |
download | rails-d338e8976f7975c40c87a09b0e36ee6ac67807e1.tar.gz rails-d338e8976f7975c40c87a09b0e36ee6ac67807e1.tar.bz2 rails-d338e8976f7975c40c87a09b0e36ee6ac67807e1.zip |
Add git push and git push --tags to RELEASING_RAILS.rdoc
-rw-r--r-- | RELEASING_RAILS.rdoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASING_RAILS.rdoc b/RELEASING_RAILS.rdoc index 22fc58516e..e3d3f67237 100644 --- a/RELEASING_RAILS.rdoc +++ b/RELEASING_RAILS.rdoc @@ -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 |