forked from toolshed/abra
		
	fix: stop if no tags in place
This commit is contained in:
		| @ -242,6 +242,10 @@ You may invoke this command in "wizard" mode and be prompted for input: | ||||
| 			logrus.Fatal(err) | ||||
| 		} | ||||
|  | ||||
| 		if lastGitTag.String() == "" || lastGitTag.String() == ".." { | ||||
| 			logrus.Fatal("no git tags found, please specify <version>") | ||||
| 		} | ||||
|  | ||||
| 		newTag := lastGitTag | ||||
| 		var newtagString string | ||||
| 		if bumpType > 0 { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user