Skip to content

Commit fea7e4e

Browse files
committed
fix
1 parent 8e066a6 commit fea7e4e

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/scripts/data/detect-data.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,11 @@ node <<EOF
240240
return \`The following \${productName} are scheduled for deprecation\${dateText}. See [\${linkText}](\${linkUrl}) for shutdown dates and the latest status:\`;
241241
}
242242
243-
// The external changelog renderer currently allowlists category values and
244-
// drops "deprecation". Use "release" until that renderer maps deprecations.
245-
const DEPRECATION_CHANGELOG_CATEGORY = "release";
243+
// DevHub changelog is Webflow CMS: structured rows with relatedTokens/networks
244+
// match the "Integration" template (e.g. "Added support to Data Streams"). "Release"
245+
// entries are typically prose-only there, so use integration until deprecations have
246+
// a dedicated CMS category synced from JSON.
247+
const DEPRECATION_CHANGELOG_CATEGORY = "integration";
246248
247249
// === data-streams networks
248250
const STREAMS_NETWORKS = [

public/changelog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1757,7 +1757,7 @@
17571757
"topic": "Data Feeds"
17581758
},
17591759
{
1760-
"category": "release",
1760+
"category": "deprecation",
17611761
"date": "2026-04-16",
17621762
"description": "The following Data Feeds are scheduled for deprecation on April 29th, 2026. See [Feeds Scheduled For Deprecation](https://docs.chain.link/data-feeds/deprecating-feeds) for shutdown dates and the latest status:",
17631763
"relatedNetworks": [

0 commit comments

Comments
 (0)