mrchief/Universal Changelog Generator
Unopinionated changelog for your conventional commits. Doesn't force you to use semver or any specific versioning strategy.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| commits | List of Commits (https://developer.github.com/v3/repos/commits/#list-commits), only provide if you don't want commits auto-detected | no | — |
| previousReleaseTagNameOrSha | Tag Name or SHA of previous release | — | — |
| nextReleaseTagName | Tag Name of next release | — | — |
| nextReleaseName | Friendly Name of next release | — | — |
| configFilePath | Path to custom config (optional) | no | — |
Outputs
| name | description |
|---|---|
| changelog | Changelog in markdown format |