Skip to content

Commit

Permalink
Add version to goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkovicmilos committed Jun 24, 2024
1 parent d3296b8 commit d76fe16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
project_name: supernova
version: 2

before:
hooks:
Expand All @@ -24,7 +25,7 @@ gomod:
proxy: true

archives:
# https://goreleaser.com/customization/archive/
# https://goreleaser.com/customization/archive/
- files:
# Standard Release Files
- LICENSE
Expand Down Expand Up @@ -123,7 +124,7 @@ docker_manifests:
- ghcr.io/gnolang/{{ .ProjectName }}:latest-arm64v8
- ghcr.io/gnolang/{{ .ProjectName }}:latest-armv6
- ghcr.io/gnolang/{{ .ProjectName }}:latest-armv7

docker_signs:
- cmd: cosign
env:
Expand Down

0 comments on commit d76fe16

Please sign in to comment.