actions-marketplace-validations/Get Release Notes from standard-version changelog
Get release notes for Changelog from standatd-version
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 (can have structure either 'refs/tags/{tag_name}' or 'tag_name') | yes | — |
| changelog | Path to changelog file to be parsed | yes | — |
| tag_name_prefix | Tag name prefix | no | v |
| tag_name_ref_view | Tag name 'refs' structure or exact tag name ('refs/tags/vX.X.X' or 'vX.X.X') | no | false |
Outputs
| name | description |
|---|---|
| notes | The serialized dict of the notes. Access the notes from the notes key of the dict |