Remove version suffix from snapshot binaries (#159)

After this change it's possible to have a stable symlink for
development:

<img width="172" alt="image"
src="https://user-images.githubusercontent.com/259697/209996850-68bcb6da-b8f9-4b5a-9ac3-ff3ef35cd751.png">
This commit is contained in:
Serge Smertin 2023-01-03 12:15:21 +01:00 committed by GitHub
parent 6d04eb0f0c
commit a9b82aa1c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ builds:
goarch: '386'
- goos: linux
goarch: '386'
binary: '{{ .ProjectName }}_v{{ .Version }}'
binary: '{{ .ProjectName }}'
archives:
- format: zip
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
@ -30,7 +30,7 @@ checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
algorithm: sha256
snapshot:
name_template: '{{ incpatch .Version }}-devel'
name_template: '{{ .ProjectName }}'
changelog:
sort: asc
filters: