From 5852fcfb118156abcd8912de5279f7dac91c4b3d Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Thu, 4 Aug 2011 18:43:13 -0300 Subject: [PATCH] Add git push and git push --tags to RELEASING_RAILS.rdoc --- RELEASING_RAILS.rdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASING_RAILS.rdoc b/RELEASING_RAILS.rdoc index 22fc58516e8ea..e3d3f67237e54 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