A highly customizable Changelog Generator that follows the Conventional Commit specification
A highly customizable Changelog Generator that follows the Conventional Commit specification. git-cliff can generate changelog files from the Git history by utilizing conventional commits as well as regex-powered custom parsers. The changelog template can be customized with a configuration file to match the desired format.
A highly customizable Changelog Generator that follows the Conventional Commit specification. git-cliff can generate changelog files from the Git history by utilizing conventional commits as well as regex-powered custom parsers. The changelog template can be customized with a configuration file to match the desired format.
To install git-cliff, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install git-cliff
To see what files were installed by git-cliff, run:
port contents git-cliff
To later upgrade git-cliff, run:
sudo port selfupdate && sudo port upgrade git-cliff
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.