jcdcdev/📄 Generate Changelog - jcdcdev
Generates a changelog between two new versions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| previous-version | Previous version - defaults to previous tag if not provided | no | "" |
| version | Target version | yes | — |
| head-ref | Head ref to compare against - defaults to any tag that matches input version e.g (v1.0.0) | no | — |
| base-ref | Base ref to compare against - defaults to the latest tag | no | — |
| github-token | GitHub token | yes | — |
| include-version-as-heading | Include the version as a heading in the changelog | no | true |
| include-compare-link | Include a compare link in the changelog | no | true |
| include-links | Include links to issues and commits in the changelog | no | true |
| custom-emoji | Custom emoji for changelog filter | no | feature🌟,nuget📦,chore🧹 |
Outputs
| name | description |
|---|---|
| changelog | Changelog |