Module Versionomy::Format::Standard::ExtraMethods
In: lib/versionomy/format_definitions/standard.rb

Extra methods added to version values that use the standard schema.

Methods

Public Instance methods

Returns true if the version is a prerelease version

Returns the release for this version. For example, converts "1.2.0a1" to "1.2.0". Non-prerelease versions return themselves.

[Validate]