Versions incrementing quickly... #2304
Unanswered
JeremyTBradshaw
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hello @JeremyTBradshaw! This is a very valid question! We are using semver as the way to identify versions of all our client libraries on Microsoft Graph (SDKs, PowerShell, CLI, etc.). Semver is very "strict" in what is a major, minor or patch version (https://devhints.io/semver).
So as we are adding new endpoints and properties on a weekly basis, we need to bump our minor versions weekly. Hope this helps! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not really experienced in developing anything in a team environment where we constantly increase the version. My own stuff I just try to following general tips.
Wondering why the version is going 2.0.0 > 2.1.0 > 2.2.0 .... etc., rather than seeing anything like 2.0.0 > 2.0.1 > 2.0.2, ... etc. ?
Is it just that the releases are being done at the n.n.0's? Or just not doing the 3rd position at all? Curious/wondering, not inferring anything.
Beta Was this translation helpful? Give feedback.
All reactions