Skip to content

fix(ci): pass release arguments correctly - #16

Merged
Upd4ting merged 1 commit into
mainfrom
fix/release-workflow-arguments
Sep 3, 2026
Merged

fix(ci): pass release arguments correctly#16
Upd4ting merged 1 commit into
mainfrom
fix/release-workflow-arguments

Conversation

@Upd4ting

@Upd4ting Upd4ting commented Sep 3, 2026

Copy link
Copy Markdown
Member

Summary

  • pass --ci directly through pnpm to release-it
  • preserve stable and prerelease channel behavior

Why

pnpm release -- --ci forwards the extra -- to release-it as the requested version increment. Changelogen then returns an empty recommended version, and the release finishes successfully without publishing anything.

The corrected commands are pnpm release --ci and pnpm release --ci --preRelease=next.

@Upd4ting
Upd4ting merged commit 6e98094 into main Sep 3, 2026
2 checks passed
@Upd4ting
Upd4ting deleted the fix/release-workflow-arguments branch September 3, 2026 16:24
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