method/semver_v2_msg library
Header Msg is the method generator to generate the changelog from the message header like this example here https://github.com/invertase/melos/blob/main/packages/melos/CHANGELOG.md
Where a message header contains the content of the changelog
an example FIX: don't use Enum.name (#PR) commit_hash
The filter keywords are:
fix: message
to document a fix;feat: message
to document a feature;docs: message
to document a new doc addition.