Skip to content

fix(ci): set last-release-sha so release-please finds its anchor#152

Merged
XOlegator merged 1 commit into
masterfrom
fix/release-please-bootstrap-sha
May 27, 2026
Merged

fix(ci): set last-release-sha so release-please finds its anchor#152
XOlegator merged 1 commit into
masterfrom
fix/release-please-bootstrap-sha

Conversation

@XOlegator
Copy link
Copy Markdown
Contributor

Summary

Release Please was not creating a Release PR because it couldn't find a SHA anchor for v2.0.0. The release was created manually (not by release-please), so it has no autorelease: tagged label that release-please uses to locate the last release commit.

Fix: add last-release-sha to release-please-config.json pointing to the merge commit of PR #147 (the commit tagged as v2.0.0). After release-please successfully creates and merges its first Release PR, it will manage the anchor itself going forward — this field can be removed.

Test plan

  • After merge, release-please workflow runs and opens a Release PR for 2.1.0

@XOlegator XOlegator merged commit 0a2e1b1 into master May 27, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant