mirror of https://github.com/databricks/cli.git
Revert snapshot name template to previous value (#192)
This was changed in #159 but not necessary to have a stable binary name.
This commit is contained in:
parent
abb1de99ba
commit
3796b0a6b0
|
@ -30,7 +30,7 @@ checksum:
|
||||||
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
|
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
|
||||||
algorithm: sha256
|
algorithm: sha256
|
||||||
snapshot:
|
snapshot:
|
||||||
name_template: '{{ .ProjectName }}'
|
name_template: '{{ incpatch .Version }}-devel'
|
||||||
changelog:
|
changelog:
|
||||||
sort: asc
|
sort: asc
|
||||||
filters:
|
filters:
|
||||||
|
|
Loading…
Reference in New Issue