Details
Description
I use a lerna monorepo, which publishes npm packages onto my private Nexus repository.
When pushing a canary release, the version number looks like "1.0.1-beta.0+${SHA}", so for example "1.0.1-beta.0+3c9485f".
However, Nexus saves the version number as "1.0.1-beta.0", so everything after the "+" is lost.
Is this a bug or wanted behavior?