You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a commit that changes some file belonging to a package, with a "fix:" prefix in the commit header.
When I run npx nx release version --dry-run it fails to detect any changes, ie. 🚫 No changes were detected using git history and the conventional commits standard.
Expected Behavior
I expect NX release to be able to detect changes if the NX workspace directory is not the root directory of the monorepo
Current Behavior
Given a monorepo with a set of packages, each with its own
project.json
file.The
nx.json
file resides in a repo subdirectory calledtypescript
, along withpackage.json
The path to each package is
typescript/packages/<project_name>
nx.json
is set up to use Conventional commits and independent packages:I have created a commit that changes some file belonging to a package, with a "fix:" prefix in the commit header.
When I run
npx nx release version --dry-run
it fails to detect any changes, ie.🚫 No changes were detected using git history and the conventional commits standard.
Expected Behavior
I expect NX release to be able to detect changes if the NX workspace directory is not the root directory of the monorepo
GitHub Repo
https://github.com/hkfb/webviz-subsurface-components/tree/nx_release
Steps to Reproduce
nx_release
tagtypescript
directory runnpx nx release version --dry-run -p subsurface-viewer
Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: