Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatPR ¶
FormatPR formats input by replacing pull refs #1234 with markdown links [#1234](...pull/1234)
func FormatRelease ¶
FormatRelease formats a release template and injects author, milestone, changelog, and merged PR counts
Types ¶
type ChangelogPR ¶
type ChangelogPR struct { Items []struct { HTMLURL string `json:"html_url"` } `json:"items"` }
ChangelogPR is the API response when searching for the milestone changelog PR
Click to show internal directories.
Click to hide internal directories.