Skip to content

fix(release): add missing space in pnpm -F flag#191

Merged
feugy merged 2 commits intomainfrom
fix/release-pnpm-filter
Mar 10, 2026
Merged

fix(release): add missing space in pnpm -F flag#191
feugy merged 2 commits intomainfrom
fix/release-pnpm-filter

Conversation

@feugy
Copy link
Member

@feugy feugy commented Mar 10, 2026

The stable publish step on line 25 of release.yml was missing a space between -F and @vercel/analytics, causing pnpm to error with Unknown option: 'F@vercel/analytics'. This caused the v2.0.0 NPM publish to fail.

# before
pnpm -F@vercel/analytics publish --no-git-checks

# after
pnpm -F @vercel/analytics publish --no-git-checks

After merging, re-trigger the release by re-publishing the v2.0.0 GitHub Release.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Mar 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
analytics-astro Ready Ready Preview, Comment Mar 10, 2026 5:00pm
analytics-next15 Ready Ready Preview, Comment Mar 10, 2026 5:00pm
analytics-nextjs Ready Ready Preview, Comment Mar 10, 2026 5:00pm
analytics-nuxt Ready Ready Preview, Comment Mar 10, 2026 5:00pm
analytics-remix Ready Ready Preview, Comment Mar 10, 2026 5:00pm
analytics-sveltekit Ready Ready Preview, Comment Mar 10, 2026 5:00pm
analytics-vue Ready Ready Preview, Comment Mar 10, 2026 5:00pm

Request Review

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@feugy feugy merged commit 41e34c5 into main Mar 10, 2026
12 of 13 checks passed
@feugy feugy deleted the fix/release-pnpm-filter branch March 10, 2026 17:05
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