DistributeVersionerLatest interface

Generates version number that will be latest based on existing version numbers.

Extends

Properties

major

Major version for the generated version number. Determine what is "latest" based on versions with this value as the major version. -1 is equivalent to leaving it unset.

scheme

Polymorphic discriminator, which specifies the different types this object can be

Property Details

major

Major version for the generated version number. Determine what is "latest" based on versions with this value as the major version. -1 is equivalent to leaving it unset.

major?: number

Property Value

number

scheme

Polymorphic discriminator, which specifies the different types this object can be

scheme: "Latest"

Property Value

"Latest"