Versioce.Changelog.Anchors (Versioce v2.0.0) View Source

Struct representation of commit message anchors types.

Link to this section Summary

Link to this section Types

Specs

t() :: %Versioce.Changelog.Anchors{
  added: [String.t()],
  changed: [String.t()],
  deprecated: [String.t()],
  fixed: [String.t()],
  removed: [String.t()],
  security: [String.t()]
}