fix: release tag

This commit is contained in:
Hydraallen 2024-06-19 16:47:14 +08:00 committed by Boming Zhang
parent 395ff2bb28
commit 8383c21b28
GPG Key ID: D47306D7062CDA9D

View File

@ -56,7 +56,7 @@ func CheckReleases(repoPath string, category string, n int) error {
}
}
if !found {
return fmt.Errorf("Wrong release tag '%s'. Please use one of '%s'.", target, strings.Join(tags, "', '"))
return fmt.Errorf("Wrong release tag '%s' or missing release tags. Please use one of '%s'.", target, strings.Join(tags, "', '"))
}
return nil
}