Skip to content

fix: read messages from GitHub push commits#128

Merged
oflynned merged 1 commit into
nextfrom
fix/github-commit-payload
Jun 22, 2026
Merged

fix: read messages from GitHub push commits#128
oflynned merged 1 commit into
nextfrom
fix/github-commit-payload

Conversation

@oflynned

Copy link
Copy Markdown
Owner

Summary

  • accept GitHub push-event commit objects as well as legacy commit-message strings
  • extract and validate each commit's message before semantic classification
  • keep malformed payload entries on the existing patch-bump fallback
  • enable the realistic E2E regression for issue Not seeing minor version bumped when feat: is used #122

Verification

  • npm run lint
  • npm run typecheck
  • npm test -- --runInBand (53 passing)
  • npm run test:e2e (8 passing)

Depends on #127 for the E2E harness. This PR targets next directly and will reduce to the fix commit after #127 merges.

Fixes #122

@oflynned oflynned force-pushed the fix/github-commit-payload branch from 4a6ddd4 to 47315ee Compare June 22, 2026 16:53
@oflynned oflynned merged commit 546cc7e into next Jun 22, 2026
2 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.

Not seeing minor version bumped when feat: is used

1 participant