forked from toolshed/abra
		
	fix: handle no changes edge case for recipe release
This commit is contained in:
		| @ -372,6 +372,10 @@ func createReleaseFromPreviousTag(tagString, mainAppVersion string, recipe recip | ||||
| 		tagString = newTag.String() | ||||
| 	} | ||||
|  | ||||
| 	if lastGitTag.String() == tagString { | ||||
| 		logrus.Fatalf("latest git tag (%s) and synced lable (%s) are the same?", lastGitTag, tagString) | ||||
| 	} | ||||
|  | ||||
| 	if !internal.NoInput { | ||||
| 		prompt := &survey.Confirm{ | ||||
| 			Message: fmt.Sprintf("current: %s, new: %s, correct?", lastGitTag, tagString), | ||||
|  | ||||
		Reference in New Issue
	
	Block a user