You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ATM the only version scheme for a container is a number. But what if we need a different number? For instance A.1. With what number does it end after A.9 ? Is that A.10 ? Or B.1 ? Or B.0 ?
But what if it only has two characters? Such as A1 ? Or V0.0.1 ? Or Roman numbers? Where does it start and where does it end? And what is the interval?
This we need to address.
How can we implement custom version schemes?
Where to store them is in the .data/vaultname/CustomVersionScheme.txt (with vaultname is the name of the vault)
If anyone has links you can put them here.
The text was updated successfully, but these errors were encountered:
grd
changed the title
Version / Release scheme's
Custom Version / Release scheme's
Jan 28, 2025
ATM the only version scheme for a container is a number. But what if we need a different number? For instance A.1. With what number does it end after A.9 ? Is that A.10 ? Or B.1 ? Or B.0 ?
But what if it only has two characters? Such as A1 ? Or V0.0.1 ? Or Roman numbers? Where does it start and where does it end? And what is the interval?
This we need to address.
How can we implement custom version schemes?
Where to store them is in the
.data/vaultname/CustomVersionScheme.txt
(with vaultname is the name of the vault)If anyone has links you can put them here.
The text was updated successfully, but these errors were encountered: