Built-in post-hook that creates a git commit and tag after bumping.
Stages changed mix.exs files, creates a commit with a descriptive message,
and tags with the app name and version.
Commit format
bump: cfdi_xml 4.0.18 → 4.0.19Tag format
cfdi_xml-v4.0.19Add to your config:
releaser: [hooks: [post: [Releaser.Hooks.GitTag]]]