Skip to content

Commit

Permalink
docs(releasing): fix instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
christianacca committed Jun 17, 2016
1 parent 6b73a62 commit a6b2a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RELEASING

2. Minify source files: `grunt`

3. Make the test pass: `karma start`
3. Make the test pass: `npm test`

4. Update CHANGELOG.md:
1. `node changelog.js n.n.n` where `n.n.n` is the version number used in step 1. above
Expand Down

0 comments on commit a6b2a9f

Please sign in to comment.