Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 555 Bytes

RELEASING.md

File metadata and controls

12 lines (8 loc) · 555 Bytes

Releasing

To prepare a release you have to do the following tasks:

  1. Run git flow release start [version].
  2. Bump versions in package.json and bower.json.
  3. Update CHANGELOG.md.
  4. Run git flow release finish.

After pushing the release tag to GitHub, Travis CI will create release downloads and push the release to npmjs.com.

Now you need to update the release and attach the relevant pieces of information from the CHANGELOG.md.