Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.11 KB

README.md

File metadata and controls

57 lines (36 loc) · 1.11 KB

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.