WIP: minor improvements #397

Draft
wykwit wants to merge 7 commits from wykwit/abra:minor-improvements into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 700e951e5e - Show all commits

View File

@ -40,7 +40,7 @@ Here is a semver cheat sheet (more on https://semver.org):
var chosenBumpType string
prompt := &survey.Select{
Message: fmt.Sprintf("select recipe version increment type"),
Message: "select recipe version increment type",
Options: []string{"major", "minor", "patch"},
}