Curious to know how element versioning is done #2448
Unanswered
ambadyanands
asked this question in
Q&A
Replies: 1 comment
-
Okay, so I just found the following documented in the
Still curious to know how it's decided when to bump the minor version. :) |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
According to Semantic Versioning Specification (semver) minor version must be incremented if new, backward compatible functionality is introduced. But most of the time I see new features being added in patch versions instead (See latest element-web release for example).
Is there any reason for having so many patch releases instead of bumping the minor version? In other words, how is it decided when a minor version should be released?
Beta Was this translation helpful? Give feedback.
All reactions