Skip to content

utility for working with semantic versions

License

Notifications You must be signed in to change notification settings

permafrost-dev/svt

Repository files navigation

SVT - Semantic Versioning Tools

SVT is a utility for working with semantic versions written in Go.

Available Commands

  • 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]

Setup

go mod tidy

Building the project

svt uses task for running tasks, which is a tool similar to make.

task build

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.