actions-marketplace-validations/Changelog Parser
Parses changelog file
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. By default standard changelog locations are used. | no | "" |
| version | Version of the changelog entry. By default the last released version is used. | no | "" |
Outputs
| name | description |
|---|---|
| version | Version from the changelog entry |
| versionMajor | The major version part |
| versionMinor | The minor version part |
| versionPatch | The patch version part |
| date | Release date from the changelog entry |
| status | Status from the changelog entry. Possibly one of the following: prerelease, release, unreleased |
| description | Description from the changelog entry |