commit-and-tag - v0.18.0

~/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 commit message contains [skip ci], to prevent commit
   pipeline from running.

   Tag and release note are created for the new commit (check 'release help tag'
   for more details).

   [skip ci] also blocks tag pipe pipeline, so new pipeline is created to
   execute tag jobs.
     
   If commit messages indicating a version bump are not found, the command
   exits with non-zero value.