bling-yshs/hyzl-gen
Returns the commit difference count between two git references.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 2, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: bling-yshs/hyzl-changelog-generator@a02813196f403441a0f49db16d812b666018340f # v0.0.6tags can be moved; commit SHAs can't. why a SHA?
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 |