You've already forked goreleaser
							
							
				mirror of
				https://github.com/goreleaser/goreleaser.git
				synced 2025-10-30 23:58:09 +02:00 
			
		
		
		
	| @@ -38,13 +38,13 @@ var publishers = []Publisher{ | |||||||
| 	s3.Pipe{}, | 	s3.Pipe{}, | ||||||
| 	put.Pipe{}, | 	put.Pipe{}, | ||||||
| 	artifactory.Pipe{}, | 	artifactory.Pipe{}, | ||||||
| 	brew.Pipe{}, |  | ||||||
| 	scoop.Pipe{}, |  | ||||||
| 	docker.Pipe{}, | 	docker.Pipe{}, | ||||||
| 	snapcraft.Pipe{}, | 	snapcraft.Pipe{}, | ||||||
| 	// This should be the last step in the pipeline to ensure that the | 	// This should be one of the last steps | ||||||
| 	// release notes are complete. |  | ||||||
| 	release.Pipe{}, | 	release.Pipe{}, | ||||||
|  | 	// brew and scoop use the release URL, so, they should be last | ||||||
|  | 	brew.Pipe{}, | ||||||
|  | 	scoop.Pipe{}, | ||||||
| } | } | ||||||
|  |  | ||||||
| var bold = color.New(color.Bold) | var bold = color.New(color.Bold) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user