You've already forked goreleaser
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:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user