metcalfc/Get a changelog between two references
Returns the commit difference count between two git references.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mytoken | Your GITHUB_TOKEN | yes | "" |
| head-ref | The name of the head reference | no | "" |
| base-ref | The name of the base reference | no | "" |
| reverse | Git log is chronological order by default. Set to true to reverse chronological order. | no | false |
| fetch | Whether to have this action fetch all other branches and tags | no | true |
Outputs
| name | description |
|---|---|
| changelog | Markdown formatted changelog |