kyungseopk1m/semver-checks

Detect breaking changes in a TypeScript library's public API and recommend the correct SemVer bump.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
oldOld version: npm spec (for example, my-pkg@latest), git ref, or path.yes
newNew version: git ref or path. Defaults to the checked-out working tree.no.
entryEntry file (for example, src/index.ts). Auto-detected from package.json when omitted.no""
formatOutput format: text, json, markdown, or github for inline PR annotations.nogithub
strictFail the step on a confident (proven) breaking change. Safe to gate CI on.nofalse
strict-reviewFail the step on any breaking change, including review-only (heuristic) ones.nofalse
versionsemver-checks version to run via npx. Defaults to the pinned action version (for example, @v0.7.0 runs semver-checks@0.7.0).no""

no outputs