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