Skip to content

fix(release): pass publish flag directly - #236

Open
V3RON wants to merge 1 commit into
mainfrom
agent/fix-changesets-publish-arguments
Open

fix(release): pass publish flag directly#236
V3RON wants to merge 1 commit into
mainfrom
agent/fix-changesets-publish-arguments

Conversation

@V3RON

@V3RON V3RON commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

What is this?

Fix the release workflow command that caused Changesets to reject package publishing while still returning a successful exit status.

How does it work?

Invoke Changesets directly as pnpm exec changeset publish --no-git-tag. This passes --no-git-tag as a Changesets option instead of forwarding a standalone -- as an extra positional argument.

Why is this useful?

Future release runs can publish packages through the workflow without silently skipping npm publication and continuing to tag an unpublished release.

@V3RON
V3RON marked this pull request as ready for review August 3, 2026 12:36
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