yashanand1910/Standard Release Notes
A GitHub action to extract release notes for a version from the changelog generated by standard-version.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| changelog_path | Path of the changelog file (relative to root). | no | ./CHANGELOG.md |
| version | Name of the version in the changelog. | yes | — |
Outputs
| name | description |
|---|---|
| release_notes | The release notes for a version. |