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