1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

feat: defaulter on snap pipe

This commit is contained in:
Carlos Alexandro Becker 2017-12-26 21:45:53 -02:00
parent 6270aa9cb2
commit 2af7169484
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -15,6 +15,7 @@ import (
"github.com/goreleaser/goreleaser/pipeline/fpm"
"github.com/goreleaser/goreleaser/pipeline/release"
"github.com/goreleaser/goreleaser/pipeline/sign"
"github.com/goreleaser/goreleaser/pipeline/snapcraft"
"github.com/goreleaser/goreleaser/pipeline/snapshot"
)
@ -31,6 +32,7 @@ var defaulters = []pipeline.Defaulter{
archive.Pipe{},
build.Pipe{},
fpm.Pipe{},
snapcraft.Pipe{},
checksums.Pipe{},
sign.Pipe{},
docker.Pipe{},