-
-
Notifications
You must be signed in to change notification settings - Fork 302
Open
Labels
Description
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