Skip to content

Commit

Permalink
add missing step to release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
compeak committed Apr 17, 2018
1 parent 32a6b16 commit 5e8de8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ To prepare a release you have to do the following tasks:
1. Run `git flow release start [version]`.
2. Bump versions in `package.json`.
3. Update [CHANGELOG.md](CHANGELOG.md).
2. Run `git flow release finish`.
4. Run `npm install` to update `package-lock.json`.
5. Commit changes.
6. 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](https://www.npmjs.com).

Expand Down

0 comments on commit 5e8de8c

Please sign in to comment.