chore(release): v0.5.0 — the home page finally shows its own content, and the asset gate moved styles to the right file - #103
Merged
Conversation
… memindahkan gaya yang salah alamat Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Folds six changesets.
minor, derived from theirbumpfields rather than chosen at release time (ADR-0040): 0.4.0 → 0.5.0.awcmsADR-0119 gets its verdict, and one prose count stops being rememberedastroto 7.2.9, and its version table with itTwo things worth reading rather than skimming
The release refused to cut, twice, and both refusals were right.
The first:
bun run releasebuilds before it runsaudit:konten, and that gate found two dead links on the newsletter pages — a defect that predates all of this work and is invisible in template CI, because the gate readsdist/and the integration build is skipped without a content source. Getting a release out by blinding the gate would have shipped it. It became #102 instead.The second:
bun testwent red mid-release because the repo's graphify watcher had rewrittengraphify-out/underneath it. Re-run after it settled, green.The changelog says the integration build did not run in this release, and that is accurate. The template repo has no content source of its own. The build-dependent gates —
bun run build,audit:konten, and the serving/CSP layers ofbun test— were verified separately against a stand-in for theawcmsbuild feed, with all nine gates green and a realdist/present. That verification is not something the release can claim for itself, which is why the note stays.Also in this release
sbom.cdx.jsonregenerated: 399 components from 401 lockfile entries, namingawcms-astro@0.5.0— written before the release commit so the SBOM inside the tag names the version the tag actually is.bun audit --audit-level=low: no vulnerabilities across 382 packages.The tag
v0.5.0will be created on the squashed commit onmain, matching howv0.3.0andv0.4.0were tagged.🤖 Generated with Claude Code