-
-
Notifications
You must be signed in to change notification settings - Fork 342
Mono Versioning Schema #1704
Copy link
Copy link
Closed
Labels
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
Add a new single number (monotonic) versioning schema.
For example:
v1, v2, v3, ...
Possible Solution
Adding a new schema. It won't affect the rest of the code.
I have already implemented this feature for our own use. Wanted to share if it will be useful for others.
Additional context
Some services are using monotonic versioning (e.g. AWS SageMaker Models) for their artifacts, this will enable the users to keep the code and registry in sync.
Related issues
No response