tj-actions/Semver diff
Get the difference between two semantic versions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| initial_release_type | Initial release type returned when there are no existing tags. | yes | patch |
Outputs
| name | description |
|---|---|
| release_type | The difference between two versions by the release type (`major`, `minor`, `patch`, `prerelease`, `build`) |
| new_version | The current project version |
| old_version | The previous project version |