Skip to content

chore(release): version packages - #377

Merged
davidwkeith merged 1 commit into
mainfrom
release-prep
Jul 23, 2026
Merged

chore(release): version packages#377
davidwkeith merged 1 commit into
mainfrom
release-prep

Conversation

@davidwkeith

Copy link
Copy Markdown
Owner

Summary

Changesets pre-mode version pass for the next beta cut (pnpm changeset version): bumps 16 packages to their next 0.1.0-beta.N, consumes the pending changesets into .changeset/pre.json, and writes the changelogs. Follows the RELEASING.md routine path; after this merges the Release workflow will be dispatched (dry run, then publish).

pnpm release:gate and pnpm catalog:check pass locally.

Packages affected

@dwk/activitypub, @dwk/atproto-pds, @dwk/calendar, @dwk/esi, @dwk/ldn, @dwk/mastodon-api, @dwk/micropub, @dwk/microsub, @dwk/oauth, @dwk/safe-fetch, @dwk/solid-pod, @dwk/store, @dwk/vc, @dwk/webfinger, @dwk/webmention, @dwk/websub (+ private @dwk/server / @dwk/conformance-target version alignment)

Checklist

  • Read the relevant spec(s) under spec/packages/ and updated them if
    behaviour changed — not applicable, version-only release commit
  • Added/updated colocated tests (src/*.test.ts) — not applicable, no behaviour change
  • Ran the local CI gate: pnpm lint && pnpm format:check && pnpm typecheck && pnpm build && pnpm test
  • Added a changeset (pnpm changeset) if this touches a publishable
    package — not applicable, this commit consumes changesets
  • Updated catalog.json / conformance/status.json — not applicable, no new worker

🤖 Generated with Claude Code

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

@davidwkeith davidwkeith left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review

This is a mechanical Changesets version pass (pnpm changeset version) — every changed file is a package.json version bump or a generated CHANGELOG.md entry, plus the .changeset/pre.json bookkeeping. No hand-written logic changed.

CONTRIBUTING.md conformance — looks good:

  • PR title follows Conventional Commits: chore(release): version packages
  • Body uses the PR template's Summary / Packages affected / Checklist headings verbatim, and unchecked items each carry a one-line reason rather than being deleted, per §7 of CONTRIBUTING.md ✅
  • The changesets array in .changeset/pre.json grows rather than shrinks — that's correct for pre mode: the individual .changeset/*.md files are intentionally kept (not deleted) until pre exit, so they can be re-applied to the final non-prerelease changelog later. Confirmed the .changeset/ directory has the same file count (185) before and after.

Spot-checked version bumps — all correct semver progressions given the consumed changesets (e.g. @dwk/activitypub 0.1.0-beta.4.5, @dwk/micropub .3.4, @dwk/store .3.4, new @dwk/mastodon-api 0.0.00.1.0-beta.0).

CI status at time of review: release-gate, integration, CodeQL, and the Analyze jobs are green. Two things worth noting before merge:

  • build-test was still in_progress — please confirm it finishes green.
  • github-advanced-security (Copilot autofind) failed, but it's an infra/config issue on GitHub's side (CAPIError: 400 model_not_supported — the check tried to invoke claude-opus-4.6 and the CAPI backend rejected the model), not something addressable in this diff.

No code changes requested — nothing here to fix.


Generated by Claude Code

@davidwkeith
davidwkeith enabled auto-merge (squash) July 23, 2026 05:09
@davidwkeith
davidwkeith merged commit 65f74e7 into main Jul 23, 2026
9 of 10 checks passed
@davidwkeith
davidwkeith deleted the release-prep branch July 23, 2026 05:09
@davidwkeith davidwkeith mentioned this pull request Jul 24, 2026
5 tasks
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.

1 participant