aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASING_RAILS.rdoc
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-08-04 14:15:45 -0700
committerXavier Noria <fxn@hashref.com>2011-08-13 16:22:30 -0700
commit5399b2028712e0fc3bb768ee3c0a836ea4859909 (patch)
treedc7cd1be42cf6d3b2f9f86e1530bd49565ff3c7d /RELEASING_RAILS.rdoc
parentbf0b6e4b8b1df8114ab0208686bc4cffb0851877 (diff)
downloadrails-5399b2028712e0fc3bb768ee3c0a836ea4859909.tar.gz
rails-5399b2028712e0fc3bb768ee3c0a836ea4859909.tar.bz2
rails-5399b2028712e0fc3bb768ee3c0a836ea4859909.zip
moving CI and Sam Ruby to the top of the list. I :heart: CI and Sam
Diffstat (limited to 'RELEASING_RAILS.rdoc')
-rw-r--r--RELEASING_RAILS.rdoc38
1 files changed, 19 insertions, 19 deletions
diff --git a/RELEASING_RAILS.rdoc b/RELEASING_RAILS.rdoc
index f780f58f2f..22fc58516e 100644
--- a/RELEASING_RAILS.rdoc
+++ b/RELEASING_RAILS.rdoc
@@ -9,25 +9,6 @@ really be considered as minimums.
Today is mostly coordination tasks. Here are the things you must do today:
-=== Contact the security team (either Koz or tenderlove)
-
-Let them know of your plans to release. There may be security issues to be
-addressed, and that can impact your release date.
-
-=== Notify implementors.
-
-Ruby implementors have high stakes in making sure Rails works. Be kind and
-give them a heads up that Rails will be released soonish.
-
-Send an email just giving a heads up about the upcoming release to these
-lists:
-
-* team@jruby.org
-* community@rubini.us
-* rubyonrails-core@googlegroups.com
-
-Implementors will love you and help you.
-
=== Is the CI green? If not, make it green. (See "Fixing the CI")
Do not release with a Red CI. You can find the CI status here:
@@ -51,6 +32,25 @@ Obviously rails cannot be released when it depends on unreleased code.
Contact the authors of those particular gems and work out a release date that
suites them.
+=== Contact the security team (either Koz or tenderlove)
+
+Let them know of your plans to release. There may be security issues to be
+addressed, and that can impact your release date.
+
+=== Notify implementors.
+
+Ruby implementors have high stakes in making sure Rails works. Be kind and
+give them a heads up that Rails will be released soonish.
+
+Send an email just giving a heads up about the upcoming release to these
+lists:
+
+* team@jruby.org
+* community@rubini.us
+* rubyonrails-core@googlegroups.com
+
+Implementors will love you and help you.
+
== 3 Days before release
This is when you should release the release candidate. Here are your tasks