Skip to content

Commit

Permalink
Merge pull request #24 from zotoio/fix/build-test
Browse files Browse the repository at this point in the history
fix(build): pr
  • Loading branch information
wyvern8 authored Mar 21, 2018
2 parents d540d5e + 1c45ee3 commit 4a6ec57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ Here is a summary. For more detail see [Contributing](CONTRIBUTING.md).
1. Fork this repo and work on your enhancements. See note on Commitizen below.
2. Ensure that you include unit tests and jsdoc annotations.
3. Ensure that `npm test` passes.
4. Raise a pull request
4. Raise a pull request.

### Commitizen
This project uses commitizen for conventional commit messages via `git cz` instead of `git commit`.
The reason for this is that it attaches meaning to each commit that is useful to others, and that is used to automatically version new releases based on http://semver.org

> Just use `npm run commit` instead of git commit and follow instructions..
> Just use `npm run commit` instead of git commit and follow instructions.

0 comments on commit 4a6ec57

Please sign in to comment.