fix: better spacing

This commit is contained in:
decentral1se 2021-12-21 02:04:19 +01:00
parent fc3742212c
commit 6f0d8b190d
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 3 deletions

View File

@ -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{