fix: better spacing
This commit is contained in:
parent
fc3742212c
commit
6f0d8b190d
@ -12,12 +12,10 @@ import (
|
|||||||
// PromptBumpType prompts for version bump type
|
// PromptBumpType prompts for version bump type
|
||||||
func PromptBumpType(tagString string) error {
|
func PromptBumpType(tagString string) error {
|
||||||
if (!Major && !Minor && !Patch) && tagString == "" {
|
if (!Major && !Minor && !Patch) && tagString == "" {
|
||||||
fmt.Printf(`
|
fmt.Printf(`semver cheat sheet (more via semver.org):
|
||||||
semver cheat sheet (more via semver.org):
|
|
||||||
major: new features/bug fixes, backwards incompatible
|
major: new features/bug fixes, backwards incompatible
|
||||||
minor: new features/bug fixes, backwards compatible
|
minor: new features/bug fixes, backwards compatible
|
||||||
patch: bug fixes, backwards compatible
|
patch: bug fixes, backwards compatible
|
||||||
|
|
||||||
`)
|
`)
|
||||||
var chosenBumpType string
|
var chosenBumpType string
|
||||||
prompt := &survey.Select{
|
prompt := &survey.Select{
|
||||||
|
Loading…
Reference in New Issue
Block a user