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:
parent
cafe168d23
commit
498782e524
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user