Publish two overdue posts (caldav-colors, the-feature-i-said-no-to) #5

Merged
makiolaj merged 1 commits from publish-overdue-posts into main 2026-07-25 07:58:23 +00:00
Owner

Both posts passed their pubDate but were still draft: true, so the daily scheduled-deploy rebuild kept skipping them — getPublishedPosts() checks draft before pubDate, so the flag outranks the date indefinitely.

  • caldav-colors (2026-07-08, 17 days overdue)
  • the-feature-i-said-no-to (2026-07-10, 15 days overdue)

Verified with a production build: both render and appear in the blog index, RSS feed, and sitemap.

🤖 Generated with Claude Code

Both posts passed their pubDate but were still `draft: true`, so the daily scheduled-deploy rebuild kept skipping them — `getPublishedPosts()` checks `draft` before `pubDate`, so the flag outranks the date indefinitely. - caldav-colors (2026-07-08, 17 days overdue) - the-feature-i-said-no-to (2026-07-10, 15 days overdue) Verified with a production build: both render and appear in the blog index, RSS feed, and sitemap. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
makiolaj added 1 commit 2026-07-25 07:58:01 +00:00
Both reached their pubDate but were still draft: true, so every daily
scheduled-deploy rebuild skipped them — the gate in src/utils/posts.ts
checks draft before pubDate, so the flag outranks the date indefinitely.
The Jul 6 flip (c321728) covered only the posts due that day; these two
were not yet due and were never revisited:

- caldav-colors            (2026-07-08, 17 days overdue)
- the-feature-i-said-no-to (2026-07-10, 15 days overdue)

Verified with a production build: both render and appear in the blog
index, RSS feed, and sitemap.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
makiolaj merged commit 97ff76b21f into main 2026-07-25 07:58:23 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: makiolaj/jeanlucmakiola.de#5