aserto-dev/sver semantic version calculator
Calculates semantic versions based on repository history.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 22, 2022
- License
- MIT
Pinned Snippet
uses: aserto-dev/sver-action@4dfda45172942806d85536d5a35fdd8132f3100b # v0.0.14tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| docker_image | Calculate the version tags to use for a docker image. | no | "" |
| docker_registry | Registry server to connect to. | no | https://registry-1.docker.io/ |
| docker_username | Username for the registry. | no | "" |
| docker_password | Password for the registry. | no | "" |
| next | Whether to output the next version of the repository. Possible values are 'major', 'minor' or 'patch'. Ignored if `docker_image` is set. | no | "" |
| pre_release | Adds a pre release identifier to the version. | no | "" |
Outputs
| name | description |
|---|---|
| version | Calculated version of the repository. |