quant-eagle/Conventional changelog generator
Generate a changelog based on the conventional commit history for the latest tag.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | Github repository token | yes | — |
| current-tag | Current tag selected to be the start of the changelog range | no | — |
| commit-types | Conventional commit type mapping | yes | — |
| 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 |