From e41700107398265776a6329cc8cae781251a1d88 Mon Sep 17 00:00:00 2001 From: Robbie Date: Tue, 16 Apr 2024 14:12:41 +0100 Subject: [PATCH] Update docs on versioning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62c66e7a2..0f974354a 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Install Yalc to link a local version of `posthog-js` in another JS project: `npm Just put a `bump patch/minor/major` label on your PR! Once the PR is merged, a new version with the appropriate version bump will be released, and the dependency will be updated in [posthog/PostHog](https://github.com/posthog/PostHog) – automatically. -If you want to release a new version without a PR (e.g. because you forgot to use the label), check out the `main` branch and run `npm version [major | minor | patch] && git push --tags` - this will trigger the automated release process just like the label. +If you forget to add the label, don't try to update the version locally as you won't be able to push that commit to the main branch. Instead, just make a new PR. ### Prereleases