Skip to content

Commit

Permalink
docs: release
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Jun 12, 2024
1 parent a4be137 commit 461e791
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/wdavidw>
Expand Down

0 comments on commit 461e791

Please sign in to comment.