aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASING_RAILS.rdoc
diff options
context:
space:
mode:
authorHendy Tanata <htanata@gmail.com>2011-11-18 11:22:18 -0800
committerHendy Tanata <htanata@gmail.com>2011-11-18 11:27:39 -0800
commit6fc2e12ec5814658da26de8b0d9c1ffb4365dfa0 (patch)
treeaf467a3c7780093811b0005b3c499e4f6c34b3bc /RELEASING_RAILS.rdoc
parented5586fa9e2f585d2edeb600ab1c884e419f9f72 (diff)
downloadrails-6fc2e12ec5814658da26de8b0d9c1ffb4365dfa0.tar.gz
rails-6fc2e12ec5814658da26de8b0d9c1ffb4365dfa0.tar.bz2
rails-6fc2e12ec5814658da26de8b0d9c1ffb4365dfa0.zip
Some fixes on RELEASING_RAILS.rdoc.
Diffstat (limited to 'RELEASING_RAILS.rdoc')
-rw-r--r--RELEASING_RAILS.rdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASING_RAILS.rdoc b/RELEASING_RAILS.rdoc
index 3f05e97b91..9f25adeccc 100644
--- a/RELEASING_RAILS.rdoc
+++ b/RELEASING_RAILS.rdoc
@@ -100,8 +100,8 @@ branch.
Run `rake install` to generate the gems and install them locally. Then try
generating a new app and ensure that nothing explodes.
-This will stop you looking silly when you push an RC to rubygems.org and then
-realise it is broken.
+This will stop you from looking silly when you push an RC to rubygems.org and
+then realise it is broken.
=== Release the gem.
@@ -209,7 +209,7 @@ Repeat these steps until the CI is green.
=== Manually trigger docs generation
We have a post-receive hook in GitHub that calls the docs server on pushes.
-Triggers generation and publication of edge docs, updates the contrib app,
+It triggers generation and publication of edge docs, updates the contrib app,
and generates and publishes stable docs if a new stable tag is detected.
The hook unfortunately is not invoked by tag pushing, so once the new stable