Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 194 Bytes

RELEASING.md

File metadata and controls

9 lines (8 loc) · 194 Bytes

How to release

$ git flow release start <version>
*update version in package.json*
$ git commit -m "Bumped version to <version>."
$ git flow release finish <version>
$ git push --all