-
Notifications
You must be signed in to change notification settings - Fork 197
chore: remove release instruction on posthog-js #2174
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Greptile Summary
This PR removes outdated release instructions from the browser package README, cleaning up 33 lines of deprecated documentation. The removed content included manual NPM publishing workflows, prerelease instructions using NPM CLI commands, and alpha release automation details that are no longer relevant.
The change aligns the browser package documentation with the monorepo's current release process. Based on the root RELEASING.md file and the presence of changesets configuration in the codebase, PostHog has migrated from manual release processes to an automated changeset-based workflow. The removed instructions described a deprecated system involving PR labels for version bumping and manual NPM publishing, which would conflict with the current automated release system.
This cleanup ensures developers are directed to use the proper changeset workflow described in the root documentation, maintaining consistency across all packages in the monorepo. The change also fixes a minor trailing whitespace issue on line 6 of the README.
Confidence score: 5/5
- This PR is extremely safe to merge as it only removes outdated documentation without affecting any code functionality.
- The removed instructions were deprecated and potentially harmful if followed, so their removal prevents confusion and improper release practices.
- No files need additional attention - this is a straightforward documentation cleanup.
1 file reviewed, no comments
|
Size Change: 0 B Total Size: 4.73 MB ℹ️ View Unchanged
|
Changes