actions-marketplace-validations/Get Release Notes
Get release notes for specified version reading from a Changelog
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag_name | Name of the tag whose release notes we are looking for | yes | — |
| changelog | Path to changelog file to be parsed | yes | — |
Outputs
| name | description |
|---|---|
| notes | The serialized dict of the notes. Access the notes from the notes key of the dict |