You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-07-03 00:57:43 +02:00
removed unneeded pointers from context
This commit is contained in:
@ -25,7 +25,7 @@ func (Pipe) Run(ctx *context.Context) (err error) {
|
||||
return
|
||||
}
|
||||
|
||||
ctx.Git = &context.GitInfo{
|
||||
ctx.Git = context.GitInfo{
|
||||
CurrentTag: tag,
|
||||
PreviousTag: previous,
|
||||
Diff: log,
|
||||
|
Reference in New Issue
Block a user