-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update docs on versioning #1142
Conversation
Size Change: 0 B Total Size: 961 kB ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "posthog-js", | |||
"version": "1.123.0", | |||
"version": "1.123.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait - is this on purpose?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this commit has a tag attached to it, where I tried (and failed) to create a new release locally. Ideally should be merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah wait we only have squash commits for this repo. Ah well it doesn't really matter - this PR is a minor bump wheras that was a patch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
have removed it
e417001
to
448a5c9
Compare
Changes
Following the instructions in the docs can get us in a weird state, so I changed them.
See internal thread https://posthog.slack.com/archives/C02GS3N743W/p1713272909176839?thread_ts=1713272170.819489&cid=C02GS3N743W
Checklist