chore(release): fix changeset attribution for 0.13.1#1111
Conversation
#1110 reintroduced these changesets, so changelog-github credited both to #1110/@ascorbic, dropping @jcheese1's credit for #1100. Add per-changeset pr/commit/author overrides (read by @changesets/changelog-github) so the regenerated release PR attributes #1100 to @jcheese1 and #1101 to @ascorbic with the original commits. Editing #1103 directly wouldn't survive the next force-push of changeset-release/main.
|
| Name | Type |
|---|---|
| emdash | Patch |
| @emdash-cms/admin | Patch |
| @emdash-cms/cloudflare | Patch |
| @emdash-cms/fixture-perf-site | Patch |
| @emdash-cms/perf-demo-site | Patch |
| @emdash-cms/cache-demo-site | Patch |
| @emdash-cms/auth | Patch |
| @emdash-cms/blocks | Patch |
| @emdash-cms/gutenberg-to-portable-text | Patch |
| @emdash-cms/x402 | Patch |
| create-emdash | Patch |
| @emdash-cms/auth-atproto | Patch |
| @emdash-cms/plugin-embeds | Patch |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
emdash-perf-coordinator | 004ef0a | May 19 2026, 07:39 PM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
emdash-i18n | 004ef0a | May 19 2026, 07:39 PM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
docs | 004ef0a | May 19 2026, 07:40 PM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
emdash-demo-cache | 004ef0a | May 19 2026, 07:41 PM |
@emdash-cms/admin
@emdash-cms/auth
@emdash-cms/blocks
@emdash-cms/cloudflare
emdash
create-emdash
@emdash-cms/gutenberg-to-portable-text
@emdash-cms/x402
@emdash-cms/plugin-ai-moderation
@emdash-cms/plugin-atproto
@emdash-cms/plugin-audit-log
@emdash-cms/plugin-color
@emdash-cms/plugin-embeds
@emdash-cms/plugin-forms
@emdash-cms/plugin-webhook-notifier
commit: |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
emdash-playground | 004ef0a | May 19 2026, 07:41 PM |
There was a problem hiding this comment.
Pull request overview
This PR adjusts pending Changeset markdown files to explicitly override PR/commit/author attribution so @changesets/changelog-github generates correct credits for the upcoming 0.13.1 release notes after the changesets were reintroduced via a later PR.
Changes:
- Add
pr:,commit:, andauthor:override lines to.changeset/fix-local-media-id-normalization.md. - Add
pr:,commit:, andauthor:override lines to.changeset/ready-worlds-rush.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .changeset/ready-worlds-rush.md | Adds explicit PR/commit/author overrides to ensure changelog attribution matches the original PR. |
| .changeset/fix-local-media-id-normalization.md | Adds explicit PR/commit/author overrides to ensure changelog attribution matches the original PR. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
What does this PR do?
Fixes mis-attribution in the pending
0.13.1release.#1110 reintroduced
fix-local-media-id-normalization.mdandready-worlds-rush.md(removed in #1105 to publish0.13.0). Because@changesets/changelog-githubderives credit from the PR that introduced a changeset, the regenerated release PR (#1103) now credits both to #1110/@ascorbic — dropping @jcheese1's credit for #1100.@changesets/changelog-github@0.5.2reads optionalpr:/commit:/author:lines from the changeset body and uses them instead of the API lookup. This PR adds those overrides so the regenerated changelog reads:[#1100] [f753dba] Thanks @jcheese1! — Resolve bare local media IDs…[#1101] [e539731] Thanks @ascorbic! — Fixes experimental registry navigation…The fix has to live in the changeset files on
main, not in #1103:changesets/actionforce-pusheschangeset-release/mainon every version run, so a hand-edit to the release PR is overwritten on the next push.Verified by simulating the changelog-github parser against both files (correct PR/commit/author, clean summary, no leftover lines).
After this merges, the version run regenerates #1103 with correct attribution; merging #1103 then publishes
0.13.1.Closes #
Type of change
Checklist
pnpm typecheckpasses (N/A — changeset metadata only, no code)pnpm lintpasses (N/A — no code)pnpm testpasses (N/A — no code)pnpm formathas been run (N/A — no code)AI-generated code disclosure
Screenshots / test output