From bf0b6e4b8b1df8114ab0208686bc4cffb0851877 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 4 Aug 2011 14:13:41 -0700 Subject: [PATCH] add section about notifying implementors --- RELEASING_RAILS.rdoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/RELEASING_RAILS.rdoc b/RELEASING_RAILS.rdoc index 98453db549..f780f58f2f 100644 --- a/RELEASING_RAILS.rdoc +++ b/RELEASING_RAILS.rdoc @@ -14,6 +14,20 @@ Today is mostly coordination tasks. Here are the things you must do today: 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: -- GitLab