提交 5852fcfb 编写于 作者: S Santiago Pastorino 提交者: Xavier Noria

Add git push and git push --tags to RELEASING_RAILS.rdoc

上级 5399b202
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册