Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatReleaseMarkdown ¶
func FormatReleaseMarkdown(release *models.Release, notes *models.ReleaseNotes, trans *i18n.Translations) string
FormatReleaseMarkdown generates the full release Markdown with all sections
Types ¶
type ReleaseCommandFactory ¶
type ReleaseCommandFactory struct {
// contains filtered or unexported fields
}
func NewReleaseCommandFactory ¶
func NewReleaseCommandFactory(gitSvc *git.GitService, config *cfg.Config) *ReleaseCommandFactory
func (*ReleaseCommandFactory) CreateCommand ¶
func (r *ReleaseCommandFactory) CreateCommand(t *i18n.Translations, _ *cfg.Config) *cli.Command
Click to show internal directories.
Click to hide internal directories.