Austin Fahsl
Austin Fahsl
## Description Add support for pnpm workspaces: - Detect workspace: protocol when building the package graph for commands. - Properly update workspace: protocol dependencies during `lerna version` - Prevent usage...
## Current Behavior Nx packages are published with Lerna 6.6.2. ## Expected Behavior Nx packages are published with Lerna 7.0.2, and Lerna detects packages in the src tree instead of...
## Current Behavior Nx Release exits with a warning when changelog files and github releases are enabled and there are no changelog file changes. This means that there is no...
## Current Behavior The `@nx/js:library` and `create-nx-plugin` generators use a custom publish script for publishing packages. ## Expected Behavior The `@nx/js:library` and `create-nx-plugin` generators use `nx release publish` to publish...
This PR adds support for "version plans", which is Nx Release's way of decoupling the release process from git history. TODO on this PR: - [x] Add command for creation...
When the 'url' property of 'repository' is a local file, Windows and Mac will behave differently. On windows, the "project" and "user" properties returned will be null, whereas on a...
This PR adds support for "version plans", which is Nx Release's way of decoupling the release process from git history. TODO on this PR: - [x] Add command for creation...