Type Alias nodejs_semver::ReleaseType

source ·
pub type ReleaseType = VersionDiff;
Expand description

difference between two versions

Aliased Type§

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

Variants§

§

Major

§

Minor

§

Patch

§

PreMajor

§

PreMinor

§

PrePatch

§

PreRelease