aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2014-02-20 23:32:36 +0100
committerXavier Noria <fxn@hashref.com>2014-02-20 23:34:31 +0100
commitc93c558aa81721653dd18cdc45f3f7299dfa8a72 (patch)
treea0cd86750ffe0bef4a9be659076105dfe52210a8 /Rakefile
parent020c78341897afc170041eac1e57801f0d78ce90 (diff)
downloadrails-c93c558aa81721653dd18cdc45f3f7299dfa8a72.tar.gz
rails-c93c558aa81721653dd18cdc45f3f7299dfa8a72.tar.bz2
rails-c93c558aa81721653dd18cdc45f3f7299dfa8a72.zip
releasing Rails no longer needs triggering docs generation by hand [ci skip]
GitHub is now able to notify tag creation, I have configured the webhook for the docs server to receive that event. Therefore, we no longer need to trigger docs generation manually when releasing.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Rakefile b/Rakefile
index 07d44fc94b..fadebc241f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -74,7 +74,6 @@ task :update_versions do
end
end
-#
# We have a webhook configured in GitHub that gets invoked after pushes.
# This hook triggers the following tasks:
#
@@ -84,11 +83,6 @@ end
# * if there's a new stable tag, generates and publishes stable docs
#
# Everything is automated and you do NOT need to run this task normally.
-#
-# We publish a new version by tagging, and pushing a tag does not trigger
-# that webhook. Stable docs would be updated by any subsequent regular
-# push, but if you want that to happen right away just run this.
-#
desc 'Publishes docs, run this AFTER a new stable tag has been pushed'
task :publish_docs do
Net::HTTP.new('api.rubyonrails.org', 8080).start do |http|