redhat-developer/Simple conventional changelog
Generate a simple changelog based on conventional commits history for the latest tag.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github repository token | yes | — |
| current-tag | Current tag selected to be the start of the changelog range | no | — |
| types-mapping | Conventional commit type mapping | yes | — |
| scopes-mapping | Conventional commit type scopes mapping | no | — |
| template-path | Changelog template | no | — |
| tag-regex | Specific regex to filter tags by and to version just between these (useful for SemVer labels) | no | — |
Outputs
| name | description |
|---|---|
| changelog | Generated changelog for the latest push version tag |