boswelja/Determine Update Priority
Determines a release update priority by comparing semantic version names
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| old-version | The old semver release name (e.g. 1.0.0) | yes | — |
| new-version | The new semver release name (e.g. 1.0.1) | yes | — |
| low-priority-result | The output when the update is low priority (i.e. different patch version) | no | 0 |
| med-priority-result | The output when the update is med priority (i.e. different minor version) | no | 3 |
| high-priority-result | The output when the update is high priority (i.e. different major version) | no | 5 |
Outputs
| name | description |
|---|---|
| update-priority | The priority of the new update. Will be one of the priority-result inputs |