commit-and-tag - v0.20.4
    ~/src/repo$ release help commit-and-tag
    NAME:
   release commit-and-tag - Commit files and tag the new commit
USAGE:
   release commit-and-tag [files to commit]
DESCRIPTION:
   Commit and push the listed files.
   If the files don't contain any changes, command fails.
   The default commit message template contains [skip ci],
   to prevent commit pipeline from running. You can override
   default template using global option --bump-commit-tmpl
   or environment variable GSG_BUMP_COMMIT_TMPL,
   Tag and release note are created for the new commit (check
   'release help tag' for more details).
   If commit messages indicating a version bump are not found,
   the command exits with non-zero value.
OPTIONS:
   --create-tag-pipeline  Needed when tagged commit message has
                          [skip ci] and you want to execute tag
                          pipeline.