jefflinse / pr-semver-bump

A GitHub Action to bump and tag a new semantic version when a pull request is merged.
MIT License
24 stars 11 forks source link

Outputs should include individual version parts #11

Open jefflinse opened 3 years ago

jefflinse commented 3 years ago

It would be useful for the action outputs to include the version parts as individual output variables. Ideally this should include:

This would allow downstream tasks and jobs that require version information to be able to obtain it independent of whether the v prefix was used for the tag and release.