Pain Point: No support for other versioning systems #31
NetOpWibby
started this conversation in
Pain Points
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
npm and verdaccio are the package managers I am most familiar with and currently they only support SemVer. My own projects use ChronVer. Unfortunately, ChronVer versions get converted to a best-case version of SemVer and that is not ideal.
I just put up with it and use
chronver --increment packagein my projects to keep my workflow sane.Beta Was this translation helpful? Give feedback.
All reactions