You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-07-03 00:57:43 +02:00
renamed pipe name to pipe description
This commit is contained in:
@ -6,8 +6,8 @@ import "github.com/goreleaser/releaser/context"
|
||||
type Pipe struct{}
|
||||
|
||||
// Name of the pipe
|
||||
func (Pipe) Name() string {
|
||||
return "Git"
|
||||
func (Pipe) Description() string {
|
||||
return "Gathering Git data..."
|
||||
}
|
||||
|
||||
// Run the pipe
|
||||
|
Reference in New Issue
Block a user