tag - v0.13.0

~/src/repo$ release help tag
NAME:
   release tag - Add tag and release note to current commit

USAGE:
   release tag

DESCRIPTION:
   Analyze commits and create tag and release note.
     
   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.
   
   Tag and release note are created using the collected information