SemverReleaseType enum

Indicates the semver release type this commit message creates.

Inheritance

Constructors

SemverReleaseType()
const

Values

patch → const SemverReleaseType

A patch release indicates non-breaking changes (e.g. bug fixes).

minor → const SemverReleaseType

Indicates new API changes have been made (e.g. new features).

major → const SemverReleaseType

A major release is when the breaking changes have been introduced.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<SemverReleaseType>
A constant List of the values in this enum, in order of their declaration.