forked from toolshed/abra
		
	fix: dont display non-existant release notes if no version
This commit is contained in:
		@ -221,7 +221,7 @@ func NewVersionOverview(app config.App, currentVersion, newVersion, releaseNotes
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if releaseNotes != "" {
 | 
			
		||||
	if releaseNotes != "" && newVersion != "" {
 | 
			
		||||
		fmt.Println()
 | 
			
		||||
		fmt.Println(fmt.Sprintf("%s release notes:\n\n%s", newVersion, releaseNotes))
 | 
			
		||||
	} else {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user