Skip to content

Add PR CI workflow and bump changeset to minor#50

Merged
flyon merged 2 commits intodevfrom
claude/ci-and-changeset-fix
Apr 3, 2026
Merged

Add PR CI workflow and bump changeset to minor#50
flyon merged 2 commits intodevfrom
claude/ci-and-changeset-fix

Conversation

@flyon
Copy link
Copy Markdown
Contributor

@flyon flyon commented Apr 3, 2026

Summary

  • Add ci.yml GitHub Actions workflow: runs build+test on all PRs targeting main or dev. Previously tests only ran after merge (on push), so broken code could be merged without CI catching it.
  • Bump changeset from patch to minor: the result shape changes (single-value unwrapping, multi-value array collection) are breaking for existing consumers.

https://claude.ai/code/session_017mqanCkMvA1VU8MVD7hkA1

claude added 2 commits April 3, 2026 14:36
- Add ci.yml: runs build+test on PRs targeting main/dev (previously
  tests only ran after merge, allowing broken code through)
- Bump changeset from patch to minor: result shape changes are
  breaking for existing consumers

https://claude.ai/code/session_017mqanCkMvA1VU8MVD7hkA1
Tests now run on PRs via ci.yml. The post-merge publish workflow
only needs to build before publishing — testing is redundant since
the code was already tested before merge.

https://claude.ai/code/session_017mqanCkMvA1VU8MVD7hkA1
@flyon flyon merged commit 86418ab into dev Apr 3, 2026
4 checks passed
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.

2 participants