From 1c11b0da3fe6af8707fec5698fb24f49694dd81c Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Tue, 23 Jun 2026 23:17:37 +0000 Subject: [PATCH] Enable RSS feed on release notes page Add rss: true to the release notes frontmatter to enable the RSS feed at /release-notes/rss.xml, per the changelog format spec. --- release-notes.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes.mdx b/release-notes.mdx index 12f832ce..3106248b 100644 --- a/release-notes.mdx +++ b/release-notes.mdx @@ -2,6 +2,7 @@ title: "Product updates" sidebarTitle: "Product updates" description: "New features, fixes, and improvements for the Runpod platform." +rss: true ---