Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.0.0"
".": "3.1.1"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 329c416. Configure here.

}
Loading