Please use a semver like version string especially without leading zeros #243

Open
opened 2025-10-14 18:11:29 -06:00 by navan · 0 comments
Owner

Originally created by @rgl on 2/23/2025

Please take a look at https://semver.org/#semantic-versioning-specification-semver and in particular at:

A normal version number MUST take the form X.Y.Z where X, Y, and Z are non-negative integers, and MUST NOT contain leading zeroes. X is the major version, Y is the minor version, and Z is the patch version. Each element MUST increase numerically. For instance: 1.9.0 -> 1.10.0 -> 1.11.0.

Without this, its harder than required to automate the ventoy version checking using tools like renovate.

*Originally created by @rgl on 2/23/2025* Please take a look at https://semver.org/#semantic-versioning-specification-semver and in particular at: > A normal version number MUST take the form X.Y.Z where X, Y, and Z are non-negative integers, and MUST NOT contain leading zeroes. X is the major version, Y is the minor version, and Z is the patch version. Each element MUST increase numerically. For instance: 1.9.0 -> 1.10.0 -> 1.11.0. Without this, its harder than required to automate the ventoy version checking using tools like renovate.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/Ventoy#243
No description provided.