Documentation
¶
Index ¶
Constants ¶
View Source
const ENV_VAR_PREFIX = "SPEAKEASY_VERSION_REPORT_LOCATION"
Variables ¶
This section is empty.
Functions ¶
func AddVersionReport ¶
func AddVersionReport(ctx context.Context, report VersionReport) error
func MustGenerate ¶ added in v0.2.0
Types ¶
type MergedVersionReport ¶
type MergedVersionReport struct {
Reports []VersionReport
}
func (*MergedVersionReport) GetCommitMarkdownSection ¶ added in v0.6.1
func (m *MergedVersionReport) GetCommitMarkdownSection() string
func (*MergedVersionReport) GetMarkdownSection ¶ added in v0.4.0
func (m *MergedVersionReport) GetMarkdownSection() string
func (*MergedVersionReport) MustGenerate ¶
func (m *MergedVersionReport) MustGenerate() bool
type VersionReport ¶
type VersionReport struct { Key string `json:"key"` Priority int `json:"priority"` BumpType BumpType `json:"bump_type"` NewVersion string `json:"new_version"` MustGenerate bool `json:"must_generate"` PRReport string `json:"pr_report"` CommitReport string `json:"commit_report"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.