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 5 additions and 0 deletions
Showing only changes of commit bdeeb75973 - Show all commits

View File

@ -145,6 +145,11 @@ recipes.
}
}
if internal.Force && chosenUpgrade == "" {
logrus.Warnf("%s is already upgraded to latest but continuing (--force/--chaos)", app.Name)
chosenUpgrade = deployedVersion
}
// if release notes written after git tag published, read them before we
// check out the tag and then they'll appear to be missing. this covers
// when we obviously will forget to write release notes before publishing