mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-31 17:13:57 +00:00
chore: include dirty flag in gorelease
This commit is contained in:
parent
8383ab8c83
commit
5162282480
1 changed files with 5 additions and 3 deletions
|
|
@ -25,9 +25,10 @@ archives:
|
|||
- format: tar.gz
|
||||
name_template: >-
|
||||
{{- .Binary }}_
|
||||
{{- if .IsSnapshot }}{{ .ShortCommit }}_
|
||||
{{- else }}{{ .Version }}_
|
||||
{{- if .IsSnapshot }}{{ .ShortCommit }}
|
||||
{{- else }}{{ .Version }}
|
||||
{{ end }}
|
||||
{{- if .Env.DIRTY_SUFFIX }}{{ .Env.DIRTY_SUFFIX }}{{ end }}_
|
||||
{{- title .Os }}_
|
||||
{{- if eq .Arch "amd64" }}x86_64
|
||||
{{- else if eq .Arch "386" }}i386
|
||||
|
|
@ -56,7 +57,8 @@ checksum:
|
|||
{{ .ProjectName }}_
|
||||
{{- if .IsSnapshot }}{{ .ShortCommit }}
|
||||
{{- else }}{{ .Version }}
|
||||
{{- end -}}
|
||||
{{- end }}
|
||||
{{- if .Env.DIRTY_SUFFIX }}{{ .Env.DIRTY_SUFFIX }}{{ end -}}
|
||||
_checksums.txt
|
||||
|
||||
changelog:
|
||||
|
|
|
|||
Loading…
Reference in a new issue