You've already forked goreleaser
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user