fix: recipe workflow with integration tests

This commit is contained in:
2023-09-21 10:36:53 +02:00
parent b708382d26
commit 76035e003e
6 changed files with 295 additions and 40 deletions

View File

@ -64,6 +64,9 @@ local file system.
nextTag := c.Args().Get(1)
if len(tags) == 0 && nextTag == "" {
logrus.Warnf("no git tags found for %s", recipe.Name)
if internal.NoInput {
logrus.Fatalf("unable to continue, input required for initial version")
}
fmt.Println(fmt.Sprintf(`
The following options are two types of initial semantic version that you can
pick for %s that will be published in the recipe catalogue. This follows the