Skip to content

Commit

Permalink
Add release instructions to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuno Sousa authored and Francisco Cardoso committed Mar 23, 2017
1 parent 0f237b4 commit 5510277
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ maskJson({ foo: 'bar', biz: { username: 'myusername', password: 'mypassword' } }
$ npm test
```

## Release

```sh
npm version [<new version> | major | minor | patch] -m "Release %s"
```

## License

MIT
Expand Down

0 comments on commit 5510277

Please sign in to comment.