commit-and-tag - v0.13.1

~/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.