-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
When running "npx release", there's an error about a missing function:
TypeError: (0 , version_1.deriveNewSemverVersion) is not a function
at releaseVersionGenerator (monorepo/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected]/node_modules/@monodon/rust/src/generators/release-version/release-version.js:223:69)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
This is due to the function deriveNewSemverVersion
in nx/src/command-line/release/version
being moved to nx/src/command-line/release/version-legacy
I believe updating the import here https://github.com/Cammisuli/monodon/blob/7af617b981f8794c8db3db2f0db238db70ab7bc0/packages/rust/src/generators/release-version/release-version.ts#L29C1-L30C1 should resolve this
Metadata
Metadata
Assignees
Labels
No labels