Skip to content

Commit 6d11bb0

Browse files
committed
build: drop non-deterministic lastBuildDate from RSS feed
Remove the new Date() lastBuildDate from the generated feed so the RSS output is reproducible across builds (matches the static-export goal of deterministic artifacts).
1 parent 0c31e19 commit 6d11bb0

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

public/feed.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<link>https://openprinting.github.io/</link>
66
<description>Latest news and updates from the OpenPrinting project</description>
77
<language>en-us</language>
8-
<lastBuildDate>Sun, 07 Jun 2026 07:34:43 GMT</lastBuildDate>
98
<atom:link href="https://openprinting.github.io/feed.xml" rel="self" type="application/rss+xml" />
109
<item>
1110
<title>libcups v3.0.2</title>

scripts/generate-rss.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ async function generateRss() {
8787
<link>${SITE_URL}/</link>
8888
<description>${escapeXml(SITE_DESCRIPTION)}</description>
8989
<language>en-us</language>
90-
<lastBuildDate>${new Date().toUTCString()}</lastBuildDate>
9190
<atom:link href="${SITE_URL}${siteConfig.urls.rssPath}" rel="self" type="application/rss+xml" />
9291
${items}
9392
</channel>

0 commit comments

Comments
 (0)