Skip to content

Commit e5311eb

Browse files
committed
Add release section
1 parent 6d80782 commit e5311eb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,14 @@ const tournament = new Tournament((error) => {
3636
console.error('Expression error:', error);
3737
});
3838
```
39+
40+
## Release
41+
42+
To release, update the version in `package.json` and run:
43+
44+
```sh
45+
npm version {version}
46+
npm publish
47+
```
48+
49+
You will need permissions to publish via n8n's npm org.

0 commit comments

Comments
 (0)