Support for other versioning schemes #348
Unanswered
NetOpWibby
asked this question in
RRFC
Replies: 2 comments 11 replies
-
That seems like a ton of complexity to add. How many packages use this versioning scheme? How popular are these packages? The entire npm ecosystem functions on semver; it seems like if you want a different versioning scheme, a different ecosystem would be more appropriate. |
Beta Was this translation helpful? Give feedback.
7 replies
-
Which checks do you mean by this specifically? |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
Hi y'all.
I favor ChronVer over SemVer and it's irritating to have my flavor of versioning mangled into SemVer. At the very least, I would appreciate a flag that'd let me bypass SemVer checks for certain packages (i.e., my own).
This would be a user-configurable thing, with SemVer as default to keep 99% of the userbase satisfied.
Beta Was this translation helpful? Give feedback.
All reactions