You've already forked goreleaser
							
							
				mirror of
				https://github.com/goreleaser/goreleaser.git
				synced 2025-10-30 23:58:09 +02:00 
			
		
		
		
	chore: log output
This commit is contained in:
		| @@ -40,7 +40,7 @@ type Pipe struct{} | ||||
|  | ||||
| // String returns the description of the pipe | ||||
| func (Pipe) String() string { | ||||
| 	return "releasing to Artifactory" | ||||
| 	return "Artifactory" | ||||
| } | ||||
|  | ||||
| // Default sets the pipe defaults | ||||
|   | ||||
| @@ -28,7 +28,7 @@ var ErrTooManyDarwin64Builds = errors.New("brew tap requires at most one darwin | ||||
| type Pipe struct{} | ||||
|  | ||||
| func (Pipe) String() string { | ||||
| 	return "homebrew formula" | ||||
| 	return "homebrew tap formula" | ||||
| } | ||||
|  | ||||
| // Publish brew formula | ||||
|   | ||||
| @@ -23,7 +23,7 @@ import ( | ||||
| type Pipe struct{} | ||||
|  | ||||
| func (Pipe) String() string { | ||||
| 	return "publishing artifacts" | ||||
| 	return "publishing" | ||||
| } | ||||
|  | ||||
| // Publisher should be implemented by pipes that want to publish artifacts | ||||
|   | ||||
| @@ -15,7 +15,7 @@ import ( | ||||
| type Pipe struct{} | ||||
|  | ||||
| func (Pipe) String() string { | ||||
| 	return "releasing to GitHub" | ||||
| 	return "GitHub Releases" | ||||
| } | ||||
|  | ||||
| // Default sets the pipe defaults | ||||
|   | ||||
| @@ -21,7 +21,7 @@ type Pipe struct{} | ||||
|  | ||||
| // String returns the description of the pipe | ||||
| func (Pipe) String() string { | ||||
| 	return "releasing to s3" | ||||
| 	return "S3" | ||||
| } | ||||
|  | ||||
| // Default sets the pipe defaults | ||||
|   | ||||
		Reference in New Issue
	
	Block a user