Skip to content

fix: auto-publish on dependency updates#33

Merged
willgriffin merged 1 commit intomainfrom
fix/auto-changeset-deps
Feb 11, 2026
Merged

fix: auto-publish on dependency updates#33
willgriffin merged 1 commit intomainfrom
fix/auto-changeset-deps

Conversation

@willgriffin
Copy link
Copy Markdown
Contributor

Summary

  • Treats chore(deps) commits as patch bumps in auto-changeset script
  • Renovate dependency updates merged to main will now trigger version bumps and publish new versions

Why

The auto-changeset script only generated changesets for feat, fix, and perf commits. Renovate's chore(deps) commits were silently ignored, so dependency updates never published new package versions. This left published versions stuck at old SDK deps even though main had updated to ^0.68.0.

Test plan

  • Merge and verify publish workflow runs changeset:auto with a version bump

chore(deps) commits from Renovate were not triggering version bumps,
so dependency updates merged to main never published new versions.
@willgriffin willgriffin merged commit a0aa98e into main Feb 11, 2026
2 checks passed
@willgriffin willgriffin deleted the fix/auto-changeset-deps branch February 11, 2026 19:15
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