binpar/Read conventional commit CHANGELOG
Reads the conventional commit generated CHANGELOG and outputs the requested version changes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 12, 2022
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: binpar/read-conventional-commit-changelog@4d9410b08eb9daf57303eb04fae117578d2686c5 # v2.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| changelog-path | The CHANGELOG path. Defaults to ./CHANGELOG.md | no | ./CHANGELOG.md |
| version | The version of the changelog to output. Defaults to latest | no | latest |
| fail | If false the action will not fail and instead returns empty string if an error is raised. Defaults to true | no | true |
Outputs
| name | description |
|---|---|
| version-changelog | The requested version changes |