1
0
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:
Carlos Alexandro Becker
2017-01-14 15:14:35 -02:00
parent b18185da18
commit 77bf22b01b
11 changed files with 21 additions and 21 deletions

View File

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