changelog - v0.20.4

~/src/repo$ release help changelog
NAME:
   release changelog - Update changelog

USAGE:
   release changelog [command options] [arguments...]

DESCRIPTION:
   Analyze commits and create or update changelog.
         
   HEAD's parents are traversed and changes are collected from commits
   that haven't been released yet.

   First encountered tag from each branch is compared and semantically
   latest is selected to be the base for calculating the next version.

   GitLab api and environment variables are not needed for this command.

   If commit messages indicating a version bump are not found, the command
   exits with non-zero value.

OPTIONS:
   -f FILE  Write changelog to FILE (default is CHANGELOG.md)