forked from toolshed/abra
		
	fix: better spacing
This commit is contained in:
		| @ -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{ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user