Semantic Version Util is a tool to manage semantic versions with ease. You can print the current version, increase patch/minor/major manually, or just get the next tag based on your git log.
Semantic Version Util is a tool to manage semantic versions with ease. You can print the current version, increase patch/minor/major manually, or just get the next tag based on your git log.
To install svu, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install svu
To see what files were installed by svu, run:
port contents svu
To later upgrade svu, run:
sudo port selfupdate && sudo port upgrade svu
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.