pub type ReleaseType = VersionDiff;
difference between two versions
pub enum ReleaseType { Major, Minor, Patch, PreMajor, PreMinor, PrePatch, PreRelease, }