Versioce.Changelog.DataGrabber.Version (Versioce v2.0.0) View Source

Version struct and its support functions.

Link to this section Summary

Functions

Creates Versioce.Changelog.DataGrabber.Version.t() from commit group.

Swaps version number in t()

Link to this section Types

Specs

t() :: %Versioce.Changelog.DataGrabber.Version{
  sections: Versioce.Changelog.Sections.t(),
  version: String.t()
}

Link to this section Functions

Link to this function

make_version(map, anchors)

View Source

Specs

Creates Versioce.Changelog.DataGrabber.Version.t() from commit group.

Link to this function

re_version(version, new_version)

View Source

Specs

re_version(t(), String.t()) :: t()

Swaps version number in t()