mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-24 10:35:22 +00:00
fix goreleaser warnings (#2106)
* add version to goreleaser config Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> * rename deprected setting Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> --------- Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
1c34101e72
commit
42d2c27853
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
version: 2
|
||||||
before:
|
before:
|
||||||
hooks:
|
hooks:
|
||||||
- go mod tidy -compat=1.22
|
- go mod tidy -compat=1.22
|
||||||
@ -184,7 +185,7 @@ kos:
|
|||||||
checksum:
|
checksum:
|
||||||
name_template: "checksums.txt"
|
name_template: "checksums.txt"
|
||||||
snapshot:
|
snapshot:
|
||||||
name_template: "{{ .Tag }}-next"
|
version_template: "{{ .Tag }}-next"
|
||||||
changelog:
|
changelog:
|
||||||
sort: asc
|
sort: asc
|
||||||
filters:
|
filters:
|
||||||
|
Loading…
Reference in New Issue
Block a user