Skip to content

Commit

Permalink
Update README.md about Releasing instructions (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Jan 15, 2024
1 parent 20ea30d commit 4b70b6f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,3 @@ cd examples/example-node
yarn && yarn start
# example-expo has some buttons that will talk to this server
```

## Publishing a new version

1. Go to the appropriate `package.json` file. For example, for `posthog-node`, this is `posthog-node/package.json`.
2. Bump the version number in the file.
3. Add to `CHANGELOG.md` the relevant changes.
4. On merge, a new version is published automatically thanks to the CI pipeline.

0 comments on commit 4b70b6f

Please sign in to comment.