Skip to content

Commit

Permalink
'v' prefix is stripped for non-snapshot releases
Browse files Browse the repository at this point in the history
  • Loading branch information
yaegashi committed Jul 20, 2020
1 parent bf5611b commit 825dfbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ builds:
goarch: arm64
- goos: freebsd
goarch: arm64
binary: '{{ .ProjectName }}_{{ .Version }}'
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
Expand All @@ -42,4 +42,4 @@ release:
# Visit your project's GitHub Releases page to publish this release.
draft: true
changelog:
skip: true
skip: true

0 comments on commit 825dfbf

Please sign in to comment.