diff --git a/README.md b/README.md index b854109..3725a3a 100644 --- a/README.md +++ b/README.md @@ -104,12 +104,23 @@ connect({host: localhost}, function(err, ssh){ Tests are executed with mocha. To install it, simple run `npm install`, it will install mocha and its dependencies in your project "node_modules" directory. To run the tests: + ```bash npm test ``` The test suite is run online with [Travis][travis]. +## Release + +Versions are incremented using semantic versioning. To create a new version and publish it to NPM, run: + +```bash +npm run release +``` + +The publication is handled by the GitHub action. + ## Contributors - David Worms: