benhodgson87/Release Please Detect Major Changes

A GitHub Action to detect major version bumps (breaking changes) in release-please PRs

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGitHub token for API accessyes
manifest_filePath to the release-please manifest fileno.release-please-manifest.json
namedescription
has_major_bumpWhether the PR contains any major version bump (true/false)
updated_pathsJSON object mapping package paths to [oldVersion, newVersion] tuples (e.g., {".": ["1.2.3", "2.0.0"], "packages/foo": ["3.5.6", "4.0.0"]})