Fix #444 #329

Merged
decentral1se merged 4 commits from partial-fix-444 into main 2023-07-25 15:04:22 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0582147874 - Show all commits

View File

@ -317,7 +317,7 @@ func EnsureVersion(recipeName, version string) error {
logrus.Debugf("read %s as tags for recipe %s", strings.Join(parsedTags, ", "), recipeName)
if tagRef.String() == "" {
return fmt.Errorf("no published release discovered for %s", recipeName)
return fmt.Errorf("the local copy of %s doesn't seem to have version %s available?", recipeName, version)
}
worktree, err := repo.Worktree()