1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-03 00:57:43 +02:00

improved some logs

This commit is contained in:
Carlos Alexandro Becker
2017-06-22 10:47:34 -03:00
parent beb62646c3
commit bd70d5ef42
13 changed files with 32 additions and 27 deletions

View File

@ -98,7 +98,7 @@ func (c *githubClient) CreateRelease(ctx *context.Context, body string) (release
data,
)
}
log.Infof("Release updated: %v\n", release.GetHTMLURL())
log.WithField("url", release.GetHTMLURL()).Info("release updated")
return release.GetID(), err
}