1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-12-05 23:28:47 +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

@@ -5,7 +5,7 @@ import "github.com/goreleaser/releaser/context"
// Pipe interface
type Pipe interface {
// Name of the pipe
Name() string
Description() string
// Run the pipe
Run(ctx *context.Context) error