We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running
pnpm nx affected -t nx-release-publish
does not run version and changelog presteps.
This leaves any workspace:* dependencies untouched and fails to publish.
workspace:*
pnpm nx release
will properly run the presteps.
I've even tried setting preserveLocalDependencyProtocols: false to no avail.
preserveLocalDependencyProtocols: false
pnpm nx affected -t nx-release-publish has parity with pnpm nx release
No response
pnpm
npx create-nx-workspace --pm pnpm
pnpm nx g @nx/react:lib packages/my-lib --buildable --publishable
pnpm nx g @nx/react:lib packages/my-lib2 --buildable --publishable
my-lib2
my-lib1
@nx/dependency-checks
Node : 22.11.0 OS : darwin-arm64 Native Target : aarch64-macos pnpm : 9.12.1 nx : 20.5.0 @nx/js : 20.5.0 @nx/jest : 20.5.0 @nx/eslint : 20.5.0 @nx/workspace : 20.5.0 @nx/cypress : 20.5.0 @nx/devkit : 20.5.0 @nx/esbuild : 20.5.0 @nx/eslint-plugin : 20.5.0 @nx/module-federation : 20.5.0 @nx/next : 20.5.0 @nx/node : 20.5.0 @nx/playwright : 20.5.0 @nx/react : 20.5.0 @nx/rspack : 20.5.0 @nx/storybook : 20.5.0 @nx/vite : 20.5.0 @nx/web : 20.5.0 @nx/webpack : 20.5.0 typescript : 5.8.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Behavior
Running
does not run version and changelog presteps.
This leaves any
workspace:*
dependencies untouched and fails to publish.Running
will properly run the presteps.
I've even tried setting
preserveLocalDependencyProtocols: false
to no avail.Expected Behavior
pnpm nx affected -t nx-release-publish
has parity withpnpm nx release
GitHub Repo
No response
Steps to Reproduce
pnpm
package managernpx create-nx-workspace --pm pnpm
pnpm nx g @nx/react:lib packages/my-lib --buildable --publishable
pnpm nx g @nx/react:lib packages/my-lib2 --buildable --publishable
my-lib2
inmy-lib1
(I just use@nx/dependency-checks
for this)pnpm nx affected -t nx-release-publish
pnpm nx release
(but that cannot target affected)Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: