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

chore: improved log

This commit is contained in:
Carlos Alexandro Becker 2018-10-20 17:54:41 -03:00
parent 75c999ac73
commit 84fdac7f2b
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -208,7 +208,7 @@ func create(ctx *context.Context, arch string, binaries []artifact.Artifact) err
}
func push(ctx *context.Context, snap artifact.Artifact) error {
log.WithField("snap", snap.Name).Info("pushing")
log.WithField("snap", snap.Name).Info("pushing snap")
// TODO: customize --release based on snap.Grade?
/* #nosec */
var cmd = exec.CommandContext(ctx, "snapcraft", "push", "--release=stable", snap.Path)