mirror of https://github.com/databricks/cli.git
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:
parent
6d04eb0f0c
commit
a9b82aa1c7
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue