chore: Revert .release-please-manifest.json#42
Conversation
Revert the change I previously made to the release-please manifest. This file's updates are automated by release-please.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 329c416. Configure here.
| @@ -1,3 +1,3 @@ | |||
| { | |||
| ".": "4.0.0" | |||
| ".": "3.1.1" | |||
There was a problem hiding this comment.
Manifest version inconsistent with v4 module path
High Severity
The manifest is being reverted to version 3.1.1, but go.mod already declares the module as github.com/launchdarkly/go-jsonstream/v4, and all internal imports, plus README.md, reference /v4. This mismatch means release-please will think the current version is 3.1.1 and may attempt to produce v3.x releases for a codebase whose module path requires v4.x tags, resulting in broken or missing releases.
Reviewed by Cursor Bugbot for commit 329c416. Configure here.


Revert the change I previously made to the release-please manifest. This file's updates are automated by release-please.
After this pull request is merged to the v4 branch, I'll kick off the release-please Github Action, which should correctly update this file to v4.0.0 (instead of v5.0.0, as was done in this pull request).
Requirements
Related issues
Provide links to any issues in this repository or elsewhere relating to this pull request.
Describe the solution you've provided
Provide a clear and concise description of what you expect to happen.
Describe alternatives you've considered
Provide a clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context about the pull request here.
Note
Cursor Bugbot is generating a summary for commit 329c416. Configure here.