Skip to content

chore(changeset): drop no-op LP changesets#742

Merged
HugoRCD merged 1 commit into
mainfrom
chore/drop-lp-changesets
Apr 22, 2026
Merged

chore(changeset): drop no-op LP changesets#742
HugoRCD merged 1 commit into
mainfrom
chore/drop-lp-changesets

Conversation

@HugoRCD
Copy link
Copy Markdown
Owner

@HugoRCD HugoRCD commented Apr 22, 2026

Summary

Follow-up to #740. The release workflow still fails after that fix, this time on PR creation:

```
Error: HttpError: Validation Failed: ... "No commits between main and changeset-release/main"
```

Root cause

`@shelve/lp` is content-only and has no `version` field in its `package.json` — Changesets silently skips it. The two remaining changesets (`lp-v5-features.md`, `quiet-lizards-give.md`) were the only ones left after #741 consumed `token-ui-restrictions`, and both targeted `@shelve/lp`. Result:

  • `changeset status` → "NO packages to be bumped"
  • `changeset version` → "All files have been updated" but `git status` is clean
  • The release action then pushes an empty branch and tries to open a PR → 422.

Fix

Just delete the two no-op changesets. Their content already shipped via #737 (docs) and #738 (LP). Once a real bump shows up again the workflow will be unblocked.

Verified locally

```
$ pnpm exec changeset status
🦋 info NO packages to be bumped at patch
🦋 info NO packages to be bumped at minor
🦋 info NO packages to be bumped at major
```

So after merge the release action will simply have nothing to do (the changesets/action step exits without trying to push), which is the correct steady state.

Followup

Worth considering longer-term: drop the LP from changeset's awareness entirely (either give it a `version` so it can actually be bumped, or add it to the `ignore` list in `.changeset/config.json`) so we don't fall in this trap again. Happy to do it in a follow-up.

Test plan

  • Release workflow run on the merge commit completes without error.

@shelve/lp is content-only and has no `version` field in its
package.json, so Changesets can't bump it. The two changesets that
targeted it were therefore no-ops: `changeset version` produced an
empty diff, which made the release action fail when it tried to push
`changeset-release/main` and open a PR ("No commits between main and
changeset-release/main").

Their content already shipped via #737 (docs) and #738 (LP), so just
delete them. Once Changesets gains a real bump again the workflow
will be unblocked.
@github-actions
Copy link
Copy Markdown
Contributor

Hey there and thank you for opening this pull request! 👋🏼

We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.

Details:

Unknown scope "changeset" found in pull request title "chore(changeset): drop no-op LP changesets". Scope must match one of: apps, app, lp, base, cli, types, utils, deps, docs, repo.

@HugoRCD HugoRCD merged commit 3e70830 into main Apr 22, 2026
8 of 9 checks passed
@HugoRCD HugoRCD deleted the chore/drop-lp-changesets branch April 22, 2026 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant