diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-08-04 14:13:41 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-08-04 14:13:41 -0700 |
commit | 879dcada2ec33daaa371955604746ca0ffad67f7 (patch) | |
tree | e6acf748a1591ed563d2f3040fccfe6acf499dc3 | |
parent | 2d2c9179adcd64e2125ea49d5d9517985bbccb01 (diff) | |
download | rails-879dcada2ec33daaa371955604746ca0ffad67f7.tar.gz rails-879dcada2ec33daaa371955604746ca0ffad67f7.tar.bz2 rails-879dcada2ec33daaa371955604746ca0ffad67f7.zip |
add section about notifying implementors
-rw-r--r-- | RELEASING_RAILS.rdoc | 14 |
1 files changed, 14 insertions, 0 deletions
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: |