mirror of https://github.com/databricks/cli.git
Include commit hash in snapshot version (#193)
After this change the version for snapshot builds looks like `0.0.21-dev+65020f3`. This is valid semver per the regexp on https://semver.org/.
This commit is contained in:
parent
ca04a6a1dd
commit
5b56b3e815
|
@ -49,7 +49,7 @@ checksum:
|
||||||
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
|
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
|
||||||
algorithm: sha256
|
algorithm: sha256
|
||||||
snapshot:
|
snapshot:
|
||||||
name_template: '{{ incpatch .Version }}-devel'
|
name_template: '{{ incpatch .Version }}-dev+{{ .ShortCommit }}'
|
||||||
changelog:
|
changelog:
|
||||||
sort: asc
|
sort: asc
|
||||||
filters:
|
filters:
|
||||||
|
|
Loading…
Reference in New Issue