Replies: 1 comment 5 replies
-
1.0.0 |
Beta Was this translation helpful? Give feedback.
5 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.
-
Working under the assumption that semantic versioning should be adopted, either same as or along the lines of those specified at https://semver.org/...
What versioning scheme should we adopt?
1. Sequence Based
Used everywhere, clear on where API changes happen, but not clear just by looking at the versions when they were released.
2. Date Based Short
Examples
Immediately obvious when the release happened, but the concept of MAJOR no longer means "breaking API changes", so more than one release with a breaking API change in a calendar year is not compatible.
3. Date Based Long
Same as option 2 but even more obvious it's a date.
9 votes ·
Beta Was this translation helpful? Give feedback.
All reactions