Struct representation of commit message anchors types.
t() :: %Versioce.Changelog.Anchors{ added: [String.t()], changed: [String.t()], deprecated: [String.t()], fixed: [String.t()], removed: [String.t()], security: [String.t()] }