aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASING_RAILS.rdoc
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-08-04 18:43:13 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2011-08-04 18:43:13 -0300
commitd338e8976f7975c40c87a09b0e36ee6ac67807e1 (patch)
tree4d7cedc064c55ace30ec576e45cfeb4e879af400 /RELEASING_RAILS.rdoc
parentcb6a082fee1a984ce91476a48c2af57d32960080 (diff)
downloadrails-d338e8976f7975c40c87a09b0e36ee6ac67807e1.tar.gz
rails-d338e8976f7975c40c87a09b0e36ee6ac67807e1.tar.bz2
rails-d338e8976f7975c40c87a09b0e36ee6ac67807e1.zip
Add git push and git push --tags to RELEASING_RAILS.rdoc
Diffstat (limited to 'RELEASING_RAILS.rdoc')
-rw-r--r--RELEASING_RAILS.rdoc2
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