higebu/conventional-commits-parser-action
parse commit and set outputs based on conventional commits
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
no inputs
Outputs
| name | description |
|---|---|
| commit_parsed | `true` if the commit was parsed, `false` otherwise |
| type | The commit type |
| scope | The commit scope |
| breaking_change | `true` if the commit is breaking change, `false` otherwise |
| text | The commit text |