Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "bowie", Short: "Bowie is a pretty changelog generator", Long: `A pretty changelog generator, built with love by mattstratton in Go. Complete documentation is available at https://github.com/mattstratton/bowie`, Run: func(cmd *cobra.Command, args []string) { ChangeLog(userName, projectName) }, }
RootCmd is the main command executed when bowie is run
Functions ¶
func GetIssueType ¶
GetIssueType is a utility function to obtain the type of issue (enhancement, bug, or other)
Types ¶
Click to show internal directories.
Click to hide internal directories.