ietf-tools / semver-action

GitHub Action to calculate the next release version based on conventional commits
BSD 3-Clause "New" or "Revised" License
56 stars 22 forks source link

Provide additional output variable making changes easier to work with. #43

Closed schmidtw closed 9 months ago

schmidtw commented 9 months ago

It would be helpful to have an output variable to help explain the change:

whatChanged = nothing, patch, minor, major

This allows workflows to potentially do different things easier by breaking out this type of detail. Specifically, I could then conditionally not automatically release if the workflow detected a major change pretty easily.

NGPixel commented 9 months ago

Added bump output variable in v1.8.0