lederer/react-showtime

Release 0.3.1

Closed this issue · 0 comments

  • Start a new release branch:
$ git flow release start X.Y.Z
  • Bump version in package.json to X.Y.Z:
$ yarn version X.Y.Z
  • Rotate CHANGELOG.md (following Keep a Changelog principles)
  • Ensure outstanding changes are committed:
$ git status # Is the git staging area clean?
$ git add package.json CHANGELOG.md
$ git commit -m "X.Y.Z"
  • Publish the release branch:
$ git flow release publish X.Y.Z
  • Finish and publish the release branch:
    • When prompted, keep default commit messages
    • Use X.Y.Z as the tag message
$ git flow release finish -p X.Y.Z