fix: show where we're going

This commit is contained in:
decentral1se 2021-12-22 01:36:29 +01:00
parent 3d100093dc
commit 1b9097f9f3
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ You may invoke this command in "wizard" mode and be prompted for input:
}
if len(tags) > 0 {
logrus.Warnf("previous git tags detected, assuming this is a new semver release")
if err := createReleaseFromPreviousTag(tagString, mainAppVersion, recipe, tags); err != nil {
logrus.Fatal(err)
}