Skip to content

Commit eba8c3f

Browse files
nikosd23claude
andcommitted
docs: add release instructions to README
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent fac8eb9 commit eba8c3f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,3 +375,11 @@ The tests are set up with Docker + Docker-Compose,
375375
so you don't need to install rabbitmq (or even node) to run them:
376376

377377
`npm run test-docker`
378+
379+
## Release new version
380+
381+
```sh
382+
npm version patch
383+
git push --follow-tags
384+
npm run gh:release
385+
```

0 commit comments

Comments
 (0)