Versions in this module Expand all Collapse all v0 v0.3.1 Oct 25, 2020 Changes in this version + func FormatBitbucketReference(ref Reference, w io.Writer) (int64, error) + func FormatGithubReference(ref Reference, w io.Writer) (int64, error) + func Init(wr io.Writer, data InitTemplateData) error + type Changes struct + Added string + Changed string + Deprecated string + Fixed string + Removed string + Security string + Tag string + Time time.Time + func NewChanges(tag string) *Changes + func (changes *Changes) WriteTo(w io.Writer) (int64, error) + type Contents struct + Changes []*Changes + Header string + Last *Changes + Refs []Reference + Rest string + Unreleased *Changes + func Parse(r io.Reader) (*Contents, error) + func (contents *Contents) WriteTo(w io.Writer) (int64, error) + type InitTemplateData struct + InitialTag string + ProjectURL string + type Reference struct + BaseURL string + From string + Raw string + Separator string + Tag string + To string + Type ReferenceType + func NewReferenceFromRegexp(matches []string) Reference + func (ref *Reference) WriteTo(w io.Writer) (int64, error) + type ReferenceType string + const BITBUCKET_REFERENCE + const GITHUB_REFERENCE