tag-and-commit - v0.21.1

~/src/repo$ release help tag-and-commit
NAME:
   release tag-and-commit - Tag HEAD and commit listed files

USAGE:
   release tag-and-commit [files to commit]

DESCRIPTION:
   Attach tag and release note to HEAD (check
   'release help tag' for more details) and commit the listed files. 

   If the files don't contain any changes or commit messages indicating a
   version bump are not found, the command exits with non-zero value.

   The commit message contains [skip ci], to prevent commit pipeline from
   running.

OPTIONS:
   --list-other-changes  List changes that don't affect versioning [$GSG_LIST_OTHER_CHANGES]