apt: Change versioning to hopefully fix updates
0.0.0-{commit} didn't register as updates to the previously installed
versions, but it looks like 0{commit} works.
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ archives:
|
||||
checksum:
|
||||
name_template: 'checksums.txt'
|
||||
snapshot:
|
||||
name_template: "0.0.0-{{.ShortCommit}}"
|
||||
name_template: "0{{.ShortCommit}}"
|
||||
changelog:
|
||||
sort: asc
|
||||
filters:
|
||||
|
||||
Reference in New Issue
Block a user