jossef/Get Semantic Release Info
Action to get next semantic release info, does not publish. export the info as output variables
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
no inputs
Outputs
| name | description |
|---|---|
| type | The part of the version incremented - major/minor/patch |
| channel | The distribution channel on which the last release was initially made available |
| git_head | The sha of the last commit being part of the release |
| version | The version of the release |
| git_tag | The Git tag associated with the release |
| name | The name of the release |
| notes | The release notes of the release (a summary of git commits) |