actions-marketplace-validations/Conventional Changelog Reader
Read and parse the CHANGELOG file of the project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the CHANGELOG file containing the log entries | no | ./CHANGELOG.md |
| version | Version of the log entry wanted | no | — |
Outputs
| name | description |
|---|---|
| version | Version of the log entry found |
| date | Release date of the log entry found |
| status | Status of the log entry found. Possibly one of the following: prereleased, released, unreleased, or yanked |
| changes | Description text of the log entry found |