forked from toolshed/abra
docs: less quotes, more clarity on init
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user