Skip to content

Incompatible with [email protected] #78

@incidentally-nameless

Description

@incidentally-nameless

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions