diff --git a/cli/internal/recipe.go b/cli/internal/recipe.go index 1ce203fb..54112c0f 100644 --- a/cli/internal/recipe.go +++ b/cli/internal/recipe.go @@ -12,12 +12,10 @@ import ( // PromptBumpType prompts for version bump type func PromptBumpType(tagString string) error { if (!Major && !Minor && !Patch) && tagString == "" { - fmt.Printf(` -semver cheat sheet (more via semver.org): + fmt.Printf(`semver cheat sheet (more via semver.org): major: new features/bug fixes, backwards incompatible minor: new features/bug fixes, backwards compatible patch: bug fixes, backwards compatible - `) var chosenBumpType string prompt := &survey.Select{