Skip to content

fix: correct csproj filename typo in release-please config#274

Merged
Tr00d merged 1 commit into
masterfrom
guillaumefaas/sdk-1233-fix-release-please-config-typo-for-supabase-package
Jul 14, 2026
Merged

fix: correct csproj filename typo in release-please config#274
Tr00d merged 1 commit into
masterfrom
guillaumefaas/sdk-1233-fix-release-please-config-typo-for-supabase-package

Conversation

@Tr00d

@Tr00d Tr00d commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Summary

A typo in release-please-config.json caused the version bump step to silently
target a non-existent file (Supbase.csproj instead of Supabase.csproj).

As a result, when v1.1.2 was released, the manifest and changelog were updated
correctly but Supabase.csproj was never patched — so no 1.1.2 package was
ever published to NuGet. The GitHub release and the published package have been
out of sync since then.

What this changes

Corrects the filename in extra-files so subsequent releases patch the real
.csproj. The 1.1.2 gap is accepted; the next release (1.2.0, given pending
feat: commits) will be the first to tag and publish in lockstep.

What this does not change

Nothing in the publish workflow, the manifest, or the .csproj itself. This is
a one-line config fix.

@Tr00d
Tr00d marked this pull request as ready for review July 13, 2026 12:52
@Tr00d
Tr00d merged commit 4884c6e into master Jul 14, 2026
1 check passed
@Tr00d
Tr00d deleted the guillaumefaas/sdk-1233-fix-release-please-config-typo-for-supabase-package branch July 14, 2026 07:52
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.

3 participants