Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MarkdownFile defines the name of the changelog markdown file within a repository MarkdownFile = "CHANGELOG.md" // ChangeDate defines a date formatting used when logging a new change ChangeDate = "2006-01-02" )
Variables ¶
View Source
var ( // ErrNoAppendHeader is reported if a changelog is missing the expected append header ErrNoAppendHeader = errors.New("changelog missing supported append header") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.