apt: Use commit count to fix version comparisons
previous fix only worked because the numerical portion of the commit hash happened to be greater. This should do properly fix it.
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ archives:
|
||||
checksum:
|
||||
name_template: 'checksums.txt'
|
||||
snapshot:
|
||||
name_template: "0{{.ShortCommit}}"
|
||||
name_template: "0.0.0-{{ .Env.JFA_GO_NFPM_EPOCH }}"
|
||||
changelog:
|
||||
sort: asc
|
||||
filters:
|
||||
|
||||
Reference in New Issue
Block a user