You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-07-15 01:34:21 +02:00
ldflags template
This commit is contained in:
@ -49,5 +49,10 @@ func (Pipe) Run(ctx *context.Context) (err error) {
|
||||
if matches, err := regexp.MatchString("^[0-9.]+", ctx.Version); !matches || err != nil {
|
||||
return ErrInvalidVersionFormat{ctx.Version}
|
||||
}
|
||||
commit, err := commitHash()
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
ctx.Git.Commit = commit
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user