anasm266/ApiBump

Detect public API breakages and recommend SemVer bumps.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
languageLanguage backend to run. V1 supports python.nopython
packagePython package/module name to check. Optional when autodetect or config can resolve it.no
searchSearch path passed to Griffe, usually src or . Optional when autodetect or config can resolve it.no""
configOptional apibump.toml path relative to the repository root.no""
all-packagesCheck all configured or detected packages instead of only changed ones.nofalse
baseOlder git ref to compare from.yes
headNewer git ref to compare to.noHEAD
fail-onFailure policy: breaking, unknown, or never.nobreaking
commentPost or update a sticky PR comment.notrue
github-tokenToken used for PR comments.no""
formatLog output format: human, json, markdown, or github.nogithub
versionApiBump release version to download.nov0.2.4
namedescription
recommendationRecommended SemVer bump.
breakingNumber of breaking changes.
unknownNumber of unknown changes.
json-filePath to the JSON report on the runner.
markdown-filePath to the Markdown report on the runner.
exit-codeApiBump CLI exit code after applying the failure policy.