Open phuo1032 opened 7 years ago
We're having the exact same issue, any luck fixing this @phuo1032 ?
Thanks in advance
@bradbarrow, I forgot about the ticket myself. Yes, I did find out why. We are using private artifactory. Therefore, the default setup is never able to determine the current released version or hash. I forked this repo and modify the code that determines these data.
Hi,
What's the right way to update the major, minor or patch version correctly. No matter which type I selected (fix, feat, docs), I always ended up with a major version when running "lerna-semantic-release pre"
And if I repeat "lerna-semantic-release pre" a couple time, it'll just keep bumping the major version over and over. So I may be ending up with v7.0.0 from v2 if I run the script 5 times.
Am I doing this wrong?