Skip to content

Update Developer Guide revdate to build date#4813

Merged
shai-almog merged 1 commit into
masterfrom
fix-devguide-revdate
Apr 26, 2026
Merged

Update Developer Guide revdate to build date#4813
shai-almog merged 1 commit into
masterfrom
fix-devguide-revdate

Conversation

@liannacasper
Copy link
Copy Markdown
Collaborator

Summary

  • The website build pipeline regenerates the Developer Guide HTML but never overrode the :revdate: baked into docs/developer-guide/developer-guide.asciidoc, so the header kept showing version DEV-SNAPSHOT, 2025-10-20 regardless of when the site was built.
  • Pass -a revdate=$(date +%Y-%m-%d) to the asciidoctor invocation in scripts/website/build.sh so the rendered guide shows the actual generation date.

Test plan

  • Run the website build (WEBSITE_INCLUDE_DEVGUIDE=true path through scripts/website/build.sh) and confirm the Developer Guide header date matches today.
  • Spot-check the resulting developer-guide-content.html fragment for the updated date string.

🤖 Generated with Claude Code

Pass -a revdate=$(date +%Y-%m-%d) to asciidoctor when generating the
website's Developer Guide so the header reflects the date the HTML was
produced instead of the stale value baked into developer-guide.asciidoc.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

Cloudflare Preview

@shai-almog shai-almog merged commit ce936f6 into master Apr 26, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants