mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-07 13:31:37 +02:00
parent
0251ba5ebb
commit
57d02172bf
@ -38,13 +38,13 @@ var publishers = []Publisher{
|
|||||||
s3.Pipe{},
|
s3.Pipe{},
|
||||||
put.Pipe{},
|
put.Pipe{},
|
||||||
artifactory.Pipe{},
|
artifactory.Pipe{},
|
||||||
brew.Pipe{},
|
|
||||||
scoop.Pipe{},
|
|
||||||
docker.Pipe{},
|
docker.Pipe{},
|
||||||
snapcraft.Pipe{},
|
snapcraft.Pipe{},
|
||||||
// This should be the last step in the pipeline to ensure that the
|
// This should be one of the last steps
|
||||||
// release notes are complete.
|
|
||||||
release.Pipe{},
|
release.Pipe{},
|
||||||
|
// brew and scoop use the release URL, so, they should be last
|
||||||
|
brew.Pipe{},
|
||||||
|
scoop.Pipe{},
|
||||||
}
|
}
|
||||||
|
|
||||||
var bold = color.New(color.Bold)
|
var bold = color.New(color.Bold)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user