From 6f0d8b190d1a61c6168940adf3efa9f62d8efce6 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Tue, 21 Dec 2021 02:04:19 +0100 Subject: [PATCH] fix: better spacing --- cli/internal/recipe.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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{