SVT is a utility for working with semantic versions written in Go.
compare
: Compare two semantic versions, outputs "eq", "gt" or "lt".
svt compare [version-1] [version-2]
latest
: Compare two semantic versions and print the highest version.
svt latest [version-1] [version-2]
help
: Help about any command
svt help [command]
go mod tidy
svt
uses task for running tasks, which is a tool similar to make
.
task build
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.