1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00

chore: log output

This commit is contained in:
Carlos Alexandro Becker 2018-11-03 15:25:01 -03:00
parent cafe168d23
commit 498782e524
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -15,7 +15,7 @@ import (
type Pipe struct{}
func (Pipe) String() string {
return "releasing to GitHub"
return "GitHub Releases"
}
// Default sets the pipe defaults

View File

@ -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