1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00

chore: added debug log to release

This commit is contained in:
Carlos Alexandro Becker 2019-01-10 16:06:13 -02:00
parent 8694af596c
commit 1fdeba7369
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -53,6 +53,7 @@ func (Pipe) Default(ctx *context.Context) error {
case "true":
ctx.PreRelease = true
}
log.Debugf("pre-release for tag %s set to %v", ctx.Git.CurrentTag, ctx.PreRelease)
return nil
}