aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASING_RAILS.rdoc
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2011-11-14 12:08:03 +0000
committerJon Leighton <j@jonathanleighton.com>2011-11-14 12:17:13 +0000
commit4d8081b6e7ffa88b4fc74187fb1599ef9b27e6ed (patch)
treea53f6b7e8009a90736c869511f7fc9d36572f0db /RELEASING_RAILS.rdoc
parentd023078b9598cf8a9226a33aa61a76458af5aad8 (diff)
downloadrails-4d8081b6e7ffa88b4fc74187fb1599ef9b27e6ed.tar.gz
rails-4d8081b6e7ffa88b4fc74187fb1599ef9b27e6ed.tar.bz2
rails-4d8081b6e7ffa88b4fc74187fb1599ef9b27e6ed.zip
Add note about checking postgres tests before release
Diffstat (limited to 'RELEASING_RAILS.rdoc')
-rw-r--r--RELEASING_RAILS.rdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASING_RAILS.rdoc b/RELEASING_RAILS.rdoc
index b7ebc4600c..bd75b36b2a 100644
--- a/RELEASING_RAILS.rdoc
+++ b/RELEASING_RAILS.rdoc
@@ -25,6 +25,12 @@ for Rails. You can check the status of his tests here:
Do not release with Red AWDwR tests.
+=== Are the postgres tests green? If not, make them green
+
+Currently Travis CI doesn't run the Active Record postgres tests. They are
+working to resolve this, but in the mean time, it is crucial to ensure that
+the tests are still green before release.
+
=== Do we have any git dependencies? If so, contact those authors.
Having git dependencies indicates that we depend on unreleased code.
@@ -60,6 +66,8 @@ for today:
=== Is Sam Ruby happy? If not, make him happy.
+=== Are the postgres tests green? If not, make them green
+
=== Contact the security team. CVE emails must be sent on this day.
=== Create a release branch.