Skip to content

fix: set bootstrap-sha to pre-migration commit - #5

Merged
andrewklatzke merged 1 commit into
mainfrom
chore/trigger-release-please
Jul 31, 2026
Merged

fix: set bootstrap-sha to pre-migration commit#5
andrewklatzke merged 1 commit into
mainfrom
chore/trigger-release-please

Conversation

@andrewklatzke

Copy link
Copy Markdown
Contributor

Summary

The bootstrap-sha was set to the migration merge commit itself (1cfbf42), which caused release-please to skip that feat: commit since it ignores commits at and before the bootstrap-sha.

This updates it to the original repo initialization commit (7a6f420) so the migration feat: commit is included as a releasable change.

Merging this PR will also trigger a fresh release-please run that should create the v0.1.0 release PR.

The bootstrap-sha was pointing to the migration feat commit itself,
causing release-please to skip it. Points to the initial repo commit
instead so the migration is included as a releasable change.

Co-authored-by: Cursor <cursoragent@cursor.com>
@andrewklatzke
andrewklatzke merged commit 23fce49 into main Jul 31, 2026
7 checks passed
@andrewklatzke
andrewklatzke deleted the chore/trigger-release-please branch July 31, 2026 22:28
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.

2 participants