Browse Source

Remove deprecated line from goreleaser config

tags/v1.0.0-rc1
Daniel Oaks 5 years ago
parent
commit
becbf409da
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      .goreleaser.yml

+ 0
- 2
.goreleaser.yml View File

@@ -49,5 +49,3 @@ archive:
49 49
     - languages/*.md
50 50
 checksum:
51 51
   name_template: "{{ .ProjectName }}-{{ .Version }}-checksums.txt"
52
-git:
53
-  short_hash: true

Loading…
Cancel
Save