Type Alias ReleaseType

Source
pub type ReleaseType = VersionDiff;
Expand description

difference between two versions

Aliased Type§

pub enum ReleaseType {
    Major,
    Minor,
    Patch,
    PreMajor,
    PreMinor,
    PrePatch,
    PreRelease,
}

Variants§

§

Major

§

Minor

§

Patch

§

PreMajor

§

PreMinor

§

PrePatch

§

PreRelease