vert
vert copied to clipboard
Command line version testing: Compare versions at the CLI for use in shell scripts and make files.
This tool is installable via brew. in order to maintain go 1.17 support please release a new version with go modules. Homebrew/homebrew-core#47627
Hi guys, Have you considered an action to bump a version ? Right now i have to deal with a version number stored into some text files, and then bump...
Hi, I have below version of vert and go installed on my system: ``` ubuntu:~$ vert --version vert version 0.1.0 ubuntu:~$ go version go version go1.9.1 linux/amd64 ``` When I...
The targetname for the build should be "vert" since that is the name of the file produced. DESTDIR is not being set or used correctly. This commit updates it so...
Your [semver library](https://github.com/Masterminds/semver) still points to this tool in [the README](https://github.com/Masterminds/semver/blob/master/README.md?plain=1#L17), but this tool hasn't been updated in 7 years and still points to version 1.0.0 of the library. If...