benhodgson87/Release Please Detect Major Changes
A GitHub Action to detect major version bumps (breaking changes) in release-please PRs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for API access | yes | — |
| manifest_file | Path to the release-please manifest file | no | .release-please-manifest.json |
Outputs
| name | description |
|---|---|
| has_major_bump | Whether the PR contains any major version bump (true/false) |
| updated_paths | JSON object mapping package paths to [oldVersion, newVersion] tuples (e.g., {".": ["1.2.3", "2.0.0"], "packages/foo": ["3.5.6", "4.0.0"]}) |