Skip to content
Closed
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
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
".": {
"release-type": "go",
"versioning": "default",
"last-release-sha": "caa1fd26848adc2d79112a17edff9771d60c377e",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Wrong file for last-release-sha configuration option

High Severity

The last-release-sha property is not a valid option inside release-please-config.json package configuration. According to release-please documentation, last-release-sha belongs in .release-please-manifest.json (alongside version entries), not in the config file. The config file equivalent for anchoring commit history is bootstrap-sha, which goes at the top level of release-please-config.json, not nested inside a package. Since this property is unrecognized here, it will be silently ignored, and release-please will continue walking all commits and computing the wrong version — defeating the entire purpose of this PR.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 8287853. Configure here.

"extra-files": [
"PROVENANCE.md",
{
Expand Down
Loading