diff --git a/cli/internal/deploy.go b/cli/internal/deploy.go index e64ce0f5..43989ab0 100644 --- a/cli/internal/deploy.go +++ b/cli/internal/deploy.go @@ -221,7 +221,7 @@ func NewVersionOverview(app config.App, currentVersion, newVersion, releaseNotes } } - if releaseNotes != "" { + if releaseNotes != "" && newVersion != "" { fmt.Println() fmt.Println(fmt.Sprintf("%s release notes:\n\n%s", newVersion, releaseNotes)) } else {