Skip to content

Commit bd39e75

Browse files
committed
feat: add supported feed as external source
1 parent e8ae598 commit bd39e75

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/externalChangesets.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ const UNITY_RSS_FEEDS: {
1818
stream: UnityReleaseStream.LTS,
1919
xlts: true,
2020
},
21+
{
22+
url: "https://unity.com/releases/editor/supported-releases.xml",
23+
stream: UnityReleaseStream.SUPPORTED,
24+
xlts: false,
25+
},
2126
{
2227
url: "https://unity.com/releases/editor/tech-and-preview-releases.xml",
2328
stream: UnityReleaseStream.TECH,

0 commit comments

Comments
 (0)