You've already forked goreleaser
							
							
				mirror of
				https://github.com/goreleaser/goreleaser.git
				synced 2025-10-30 23:58:09 +02:00 
			
		
		
		
	fix: Typo in debug message for custom release notes
When release notes are added via the --release-notes and we run in debug mode, a message "custom release notes ..." is logged. This message had a typo
This commit is contained in:
		| @@ -101,7 +101,7 @@ func Release(flags Flags) error { | ||||
| 			return err | ||||
| 		} | ||||
| 		log.WithField("file", notes).Info("loaded custom release notes") | ||||
| 		log.WithField("file", notes).Debugf("custon release notes: \n%s", string(bts)) | ||||
| 		log.WithField("file", notes).Debugf("custom release notes: \n%s", string(bts)) | ||||
| 		ctx.ReleaseNotes = string(bts) | ||||
| 	} | ||||
| 	ctx.Snapshot = flags.Bool("snapshot") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user