docs: less quotes, more clarity on init

This commit is contained in:
2021-12-21 02:28:14 +01:00
parent 6100a636a6
commit 2b1cc9f6dd
2 changed files with 7 additions and 7 deletions

View File

@ -243,7 +243,7 @@ You may invoke this command in "wizard" mode and be prompted for input:
}
if lastGitTag.String() == "" || lastGitTag.String() == ".." {
logrus.Fatal("no git tags found, please specify <version>")
logrus.Warn("no previous git tags found, this is the initial release?")
}
newTag := lastGitTag