Conversation
|
|
Preview deployments for this pull request: www - |
There was a problem hiding this comment.
🟡 Changes recommended
Date rendering can produce the previous calendar day outside UTC.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Adds localized release dates to the website changelog and automates dating future releases.
Changes:
- Generates historical dates from Git tags or changelog history.
- Dates the latest release during deployment via GitHub CLI.
- Backfills existing changelog entries with Norwegian-formatted dates.
File summaries
| File | Description |
|---|---|
scripts/sync-changelogs.js |
Resolves and renders historical release dates. |
scripts/date-latest-changelog.js |
Inserts the latest GitHub release date. |
scripts/changelog-date.js |
Provides shared date formatting and markup. |
apps/www/app/content/components-docs/changelog.mdx |
Backfills release dates. |
.github/workflows/release.yml |
Fetches complete Git history and tags. |
.github/workflows/azure-deploy-www.yml |
Dates the latest entry before building. |
Review details
- Files reviewed: 6/6 changed files
- Comments generated: 1
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Eirik Backer <eirik.backer@gmail.com> Signed-off-by: Michael Marszalek <mimarz@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Michael Marszalek <mimarz@gmail.com>
No description provided.