actions-marketplace-validations/Keep a Changelog Parser Action
GitHub Action for reading a specific version from a Keep a Changelog file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 15, 2022
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/zogot_kacl-parser@6955f0017bfd38e9880864c98d28f014b64a9efe # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The path to the Changelog file. Including filename | no | /github/workspace/CHANGELOG.md |
| version | The version number being looked for. Must be a valid SemVer version | yes | — |
Outputs
| name | description |
|---|---|
| release | The release contents of Changelog for the supplied version |