makepad-fr/Semantic Versioning
A GitHub action to compare and validate semantic versions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base-version | The base version to validate or to check the diff | yes | — |
| target-version | The target version is used to calculate the diff between the base version | no | — |
| expected-major-diff | The expected major version difference between the base version and the target version | no | — |
| expected-minor-diff | The expected minor version difference between the base version and the target version | no | — |
| expected-patch-diff | The expected patch version difference between the base version and the target version | no | — |
| expected-pre-release-diff | The expected pre-release version difference between the base version and the target version | no | — |
| pre-release-prefix | The prefix value used in pre-release versions | no | — |
| pre-release-suffix | The suffix value used in pre-release versions | no | — |
Outputs
no outputs