git-bump

create Git release commits and tags with changelogs
  https://tpo.pe/git-bump
  0
  no reviews



Git-bump automates the best practices for doing releases for code bases stored in Git:

* Update version-related minutiae in the code base. * Commit with a message like projectname 1.2.3. * Create a signed, annotated tag with the same message with a name like v1.2.3. * Include release notes in the release commit.