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:
parent
8694af596c
commit
1fdeba7369
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user