diff --git a/_downloads/2019-05-31-2.13.0-RC3.md b/_downloads/2019-05-31-2.13.0-RC3.md
new file mode 100644
index 000000000..b75170e66
--- /dev/null
+++ b/_downloads/2019-05-31-2.13.0-RC3.md
@@ -0,0 +1,21 @@
+---
+title: Scala 2.13.0-RC3
+start: 31 May 2019
+layout: downloadpage
+release_version: 2.13.0-RC3
+release_date: "May 31, 2019"
+show_resources: "true"
+permalink: /download/2.13.0-RC3.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-RC3.tgz", "https://downloads.lightbend.com/scala/2.13.0-RC3/scala-2.13.0-RC3.tgz", "Mac OS X, Unix, Cygwin", "18.51M"],
+ ["-main-windows", "scala-2.13.0-RC3.msi", "https://downloads.lightbend.com/scala/2.13.0-RC3/scala-2.13.0-RC3.msi", "Windows (msi installer)", "114.70M"],
+ ["-non-main-sys", "scala-2.13.0-RC3.zip", "https://downloads.lightbend.com/scala/2.13.0-RC3/scala-2.13.0-RC3.zip", "Windows", "18.55M"],
+ ["-non-main-sys", "scala-2.13.0-RC3.deb", "https://downloads.lightbend.com/scala/2.13.0-RC3/scala-2.13.0-RC3.deb", "Debian", "581.54M"],
+ ["-non-main-sys", "scala-2.13.0-RC3.rpm", "https://downloads.lightbend.com/scala/2.13.0-RC3/scala-2.13.0-RC3.rpm", "RPM package", "115.11M"],
+ ["-non-main-sys", "scala-docs-2.13.0-RC3.txz", "https://downloads.lightbend.com/scala/2.13.0-RC3/scala-docs-2.13.0-RC3.txz", "API docs", "48.53M"],
+ ["-non-main-sys", "scala-docs-2.13.0-RC3.zip", "https://downloads.lightbend.com/scala/2.13.0-RC3/scala-docs-2.13.0-RC3.zip", "API docs", "99.51M"],
+ ["-non-main-sys", "scala-sources-2.13.0-RC3.tar.gz", "https://github.com/scala/scala/archive/v2.13.0-RC3.tar.gz", "Sources", "6.7M"]
+]
+---
diff --git a/_posts/2019-05-31-release-notes-2.13.0-RC3.md b/_posts/2019-05-31-release-notes-2.13.0-RC3.md
new file mode 100644
index 000000000..c18de4d9d
--- /dev/null
+++ b/_posts/2019-05-31-release-notes-2.13.0-RC3.md
@@ -0,0 +1,12 @@
+---
+category: announcement
+permalink: /news/2.13.0-RC3
+title: "Scala 2.13.0-RC3 is now available!"
+---
+Scala 2.13.0-RC3 fixes a few late-breaking bugs.
+
+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-RC3) on GitHub.
+
+[download](https://www.scala-lang.org/download/2.13.0-RC3.html)
diff --git a/download/index.md b/download/index.md
index 4e29155a6..ac1746039 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-RC2, "May 17, 2019"],
+ ["development_version", "Current 2.13.x prerelease", 2.13.0-RC3, "May 31, 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"]
]