iam-medvedev/Conventional commit parser
Conventional commit parser
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github token | yes | — |
| major | Labels for major version | no | [] |
| minor | Labels for minor version | no | ["feat"] |
| patch | Labels for patch version | no | [] |
Outputs
| name | description |
|---|---|
| label | Commit label |
| type | Version type |