idimetrix/Github Release Changelog Generator
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 |
|---|---|---|---|
| token | Your GITHUB_TOKEN | no | ${{ github.token }} |
| filter | Regular expression filtering | no | "" |
| filter-author | Regular expression to filter user name not to display. | no | "" |
| head-ref | The name of the head reference | no | "" |
| gh-pages | Specify the branch name to get the hash from | no | gh-pages |
| order | Should the log results be displayed in descending (desc) or ascending (asc) order | no | asc |
| base-ref | The name of the base reference | no | "" |
| original-markdown | Output clean markdown content. | no | true |
| show-emoji | Show emoji icons. | no | true |
| custom-emoji | Customize type and emoji icons | no | — |
| template | Define the log display template | no | — |
| remove-type | Remove type in commit | no | — |
| path | Only commits containing this file path will be returned.. | no | "" |
Outputs
| name | description |
|---|---|
| version | The version number of the tag created. example: 1.0.0 |
| changelog | Markdown formatted changelog |
| compareurl | Comparing two branches to see what’s changed or to start a new pull request. |
| tag | Tag name. |
| branch | Branch name. |
| gh-pages-hash | Specify the branch name to get the hash from. |
| gh-pages-short-hash | Specify the branch name to get the short-hash from. |