Documentation ¶
Index ¶
Constants ¶
View Source
const ( EnvPrefix = "CHANGELOG_ASSEMBLER_" EnvUnreleasedDir = EnvPrefix + "UNRELEASED_DIR" EnvOutputFile = EnvPrefix + "OUTPUT_FILE" EnvTemplateFile = EnvPrefix + "TEMPLATE_FILE" EnvGroupComponents = EnvPrefix + "GROUP_COMPONENTS" )
View Source
const DefaultVersionFormat = `` /* 156-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandBase ¶
type CommandBase struct {
// contains filtered or unexported fields
}
func (*CommandBase) Command ¶
func (b *CommandBase) Command() *cobra.Command
type CreateCommand ¶
type CreateCommand struct { CommandBase // contains filtered or unexported fields }
func NewCreateCommand ¶
func NewCreateCommand(output io.EntityWriter) *CreateCommand
type ParseCommand ¶
type ParseCommand struct { CommandBase // contains filtered or unexported fields }
func NewParseCommand ¶
func NewParseCommand(ios io.IOFactory) *ParseCommand
type ReasonCommand ¶
type ReasonCommand struct { Reason change.Reason Component string MergeRequest int CommandBase // contains filtered or unexported fields }
func NewReasonCommand ¶
func NewReasonCommand(reason change.Reason, output io.EntityWriter) *ReasonCommand
type ReleaseCommand ¶
type ReleaseCommand struct { CommandBase // contains filtered or unexported fields }
func NewReleaseCommand ¶
func NewReleaseCommand(input io.EntityReader, ioFactory io.IOFactory) *ReleaseCommand
type RootCommand ¶
type RootCommand struct {
CommandBase
}
func NewRootCommand ¶
func NewRootCommand(application string) *RootCommand
type VersionCommand ¶
type VersionCommand struct { Format string CommandBase }
func NewVersionCommand ¶
func NewVersionCommand() *VersionCommand
Click to show internal directories.
Click to hide internal directories.