diff --git a/_downloads/2019-05-17-2.13.0-RC2.md b/_downloads/2019-05-17-2.13.0-RC2.md
new file mode 100644
index 000000000..48e69579f
--- /dev/null
+++ b/_downloads/2019-05-17-2.13.0-RC2.md
@@ -0,0 +1,21 @@
+---
+title: Scala 2.13.0-RC2
+start: 17 May 2019
+layout: downloadpage
+release_version: 2.13.0-RC2
+release_date: "May 17, 2019"
+show_resources: "true"
+permalink: /download/2.13.0-RC2.html
+requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here."
+license: Apache License, Version 2.0
+resources: [
+ ["-main-unixsys", "scala-2.13.0-RC2.tgz", "https://downloads.lightbend.com/scala/2.13.0-RC2/scala-2.13.0-RC2.tgz", "Mac OS X, Unix, Cygwin", "18.51M"],
+ ["-main-windows", "scala-2.13.0-RC2.msi", "https://downloads.lightbend.com/scala/2.13.0-RC2/scala-2.13.0-RC2.msi", "Windows (msi installer)", "114.72M"],
+ ["-non-main-sys", "scala-2.13.0-RC2.zip", "https://downloads.lightbend.com/scala/2.13.0-RC2/scala-2.13.0-RC2.zip", "Windows", "18.55M"],
+ ["-non-main-sys", "scala-2.13.0-RC2.deb", "https://downloads.lightbend.com/scala/2.13.0-RC2/scala-2.13.0-RC2.deb", "Debian", "581.68M"],
+ ["-non-main-sys", "scala-2.13.0-RC2.rpm", "https://downloads.lightbend.com/scala/2.13.0-RC2/scala-2.13.0-RC2.rpm", "RPM package", "115.12M"],
+ ["-non-main-sys", "scala-docs-2.13.0-RC2.txz", "https://downloads.lightbend.com/scala/2.13.0-RC2/scala-docs-2.13.0-RC2.txz", "API docs", "48.56M"],
+ ["-non-main-sys", "scala-docs-2.13.0-RC2.zip", "https://downloads.lightbend.com/scala/2.13.0-RC2/scala-docs-2.13.0-RC2.zip", "API docs", "99.53M"],
+ ["-non-main-sys", "scala-sources-2.13.0-RC2.tar.gz", "https://github.com/scala/scala/archive/v2.13.0-RC2.tar.gz", "Sources", "6.7M"]
+]
+---
diff --git a/_posts/2019-05-17-release-notes-2.13.0-RC2.md b/_posts/2019-05-17-release-notes-2.13.0-RC2.md
new file mode 100644
index 000000000..851fb6bb1
--- /dev/null
+++ b/_posts/2019-05-17-release-notes-2.13.0-RC2.md
@@ -0,0 +1,12 @@
+---
+category: announcement
+permalink: /news/2.13.0-RC2
+title: "Scala 2.13.0-RC2 is now available!"
+---
+Scala 2.13.0-RC2 fixes bugs and improves Java interop.
+
+If no major problems are found in this release candidate, we will re-release it as 2.13.0. In the meantime, we'll be working primarily on documentation and on helping the ecosystem upgrade.
+
+For details, refer to the [release notes](https://github.com/scala/scala/releases/tag/v2.13.0-RC2) on GitHub.
+
+[download](https://www.scala-lang.org/download/2.13.0-RC2.html)
diff --git a/download/index.md b/download/index.md
index cdcbe4db8..4e29155a6 100644
--- a/download/index.md
+++ b/download/index.md
@@ -5,7 +5,7 @@ release_version: 2.12.8
release_date: "December 4, 2018"
show_resources: "true"
other_releases: [
- ["development_version", "Current 2.13.x prerelease", 2.13.0-RC1, "April 8, 2019"],
+ ["development_version", "Current 2.13.x prerelease", 2.13.0-RC2, "May 17, 2019"],
["maintenance_version", "Last 2.11.x maintenance release", 2.11.12, "November 9, 2017"],
["maintenance_version", "Last 2.10.x maintenance release", 2.10.7, "November 9, 2017"]
]