summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-24 18:06:31 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-24 18:06:31 +0000
commit0674a9c7dea4e84292d32d6dee658c521515cfb1 (patch)
tree2721f94ad353a587f6eb12496b1f83aed54f4152
parent6e181393c674d8b61273c14a887b491c0352ec8c (diff)
* doc/contributing.rdoc: removed the list of branch maintainers because it may
be too old when users see it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--doc/contributing.rdoc24
1 files changed, 3 insertions, 21 deletions
diff --git a/doc/contributing.rdoc b/doc/contributing.rdoc
index 6176ba64dc..cdcbc56ead 100644
--- a/doc/contributing.rdoc
+++ b/doc/contributing.rdoc
@@ -239,28 +239,10 @@ Each major version of Ruby has a release manager that should be assigned to
handle backport requests. You can find the list of release managers on the
{wiki}[https://bugs.ruby-lang.org/projects/ruby/wiki/ReleaseEngineering].
-=== Branch Maintainers
+=== Branches
-A branch maintainer maintains a branch and releases a new release of Ruby. The
-branch depends on the associated version of Ruby, such as ruby_1_8_7 for
-version 1.8.7. The current branch maintainers are as follows:
-
-[trunk]
- unnecessary
-[ruby_2_2]
- Chikanaga Tomoyuki (nagachika)
-[ruby_2_1]
- NAKAMURA Usaku (usa)
-[ruby_2_0_0]
- NAKAMURA Usaku (usa)
-[ruby_1_9_3, ruby_1_9_2, ruby_1_9_1]
- _unmaintained_
-[ruby_1_8]
- _unmaintained_
-[ruby_1_8_7]
- _unmaintained_
-[ruby_1_8_6 ...]
- _unmaintained_
+Status and maintainers of branches are listed on the
+{wiki}[https://bugs.ruby-lang.org/projects/ruby/wiki/ReleaseEngineering].
== Running tests