chizovation/Changeset Release Info
This action extracts information from a Changesets formatted CHANGELOG to use in a github release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| changelog | Path to the Changesets formatted CHANGELOG.md | yes | CHANGELOG.md |
| version | The version to release | yes | latest |
Outputs
| name | description |
|---|---|
| last-change-entry | The description of the last change |
| last-change-version | The version of the last change (without v-prefix) |
| last-change-version-v | The version of the last change (including v-prefix) |