Skip to content

Commit d76fe16

Browse files
committed
Add version to goreleaser config
1 parent d3296b8 commit d76fe16

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/goreleaser.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
project_name: supernova
2+
version: 2
23

34
before:
45
hooks:
@@ -24,7 +25,7 @@ gomod:
2425
proxy: true
2526

2627
archives:
27-
# https://goreleaser.com/customization/archive/
28+
# https://goreleaser.com/customization/archive/
2829
- files:
2930
# Standard Release Files
3031
- LICENSE
@@ -123,7 +124,7 @@ docker_manifests:
123124
- ghcr.io/gnolang/{{ .ProjectName }}:latest-arm64v8
124125
- ghcr.io/gnolang/{{ .ProjectName }}:latest-armv6
125126
- ghcr.io/gnolang/{{ .ProjectName }}:latest-armv7
126-
127+
127128
docker_signs:
128129
- cmd: cosign
129130
env:

0 commit comments

Comments
 (0)