Closed pomadchin closed 4 years ago
$ git flow release start 0.6.1
CHANGELOG.md
$ git status # Is the git staging area clean? $ git add CHANGELOG.md $ git commit -m "0.6.1"
$ git flow release publish 0.6.1
0.6.1
$ git flow release finish -p 0.6.1
CHANGELOG.md
(following Keep a Changelog principles)0.6.1
as the tag message