Skip to content

Commit

Permalink
Add release section
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Jan 3, 2025
1 parent 6d80782 commit e5311eb
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 @@ -36,3 +36,14 @@ const tournament = new Tournament((error) => {
console.error('Expression error:', error);
});
```

## Release

To release, update the version in `package.json` and run:

```sh
npm version {version}
npm publish
```

You will need permissions to publish via n8n's npm org.

0 comments on commit e5311eb

Please sign in to comment.