Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: added debug log to release
  • Loading branch information
caarlos0 committed Jan 10, 2019
1 parent 8694af5 commit 1fdeba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pipe/release/release.go
Expand Up @@ -53,6 +53,7 @@ func (Pipe) Default(ctx *context.Context) error {
case "true": case "true":
ctx.PreRelease = true ctx.PreRelease = true
} }
log.Debugf("pre-release for tag %s set to %v", ctx.Git.CurrentTag, ctx.PreRelease)


return nil return nil
} }
Expand Down

0 comments on commit 1fdeba7

Please sign in to comment.