clog-tool / clog-cli

Generate beautiful changelogs from your Git commit history
MIT License
856 stars 43 forks source link

Implement component "aliases" #110

Closed OddBloke closed 6 years ago

OddBloke commented 6 years ago

I have a component in https://github.com/OddBloke/distro-info-rs which is pretty long ("ubuntu-distro-info"). That alone takes up a bunch of valuable real estate in the header of my commit messages. Using a short-hand ("udi") saves space, but also means that my changelog entries are rather cryptic.

I would like to be able to use the short-hand "udi" in my commit messages but configure clog-cli to expand that out to something more readable ("ubuntu-distro-info") for my changelog readers.

OddBloke commented 6 years ago

This is really a clog-lib request, so track it over there.