Skip to content

Commit

Permalink
chore: rename also in goreleaser
Browse files Browse the repository at this point in the history
Alessio Pragliola committed Mar 15, 2024

Unverified

No user is associated with the committer email.
1 parent 4f1a633 commit 327a995
Showing 2 changed files with 29 additions and 29 deletions.
56 changes: 28 additions & 28 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -32,28 +32,28 @@ changelog:
- "^test:"
release:
github:
owner: omissis
owner: sighupio
name: go-jsonschema
name_template: "{{ .Tag }}"
prerelease: auto
brews:
- name: go-jsonschema
repository:
owner: omissis
name: homebrew-go-jsonschema
skip_upload: auto
folder: Formula
homepage: "https://gihub.com/omissis/go-jsonschema"
description: "go-jsonschema binary"
test: |
system "#{bin}/go-jsonschema"
install: |
bin.install 'go-jsonschema'
# brews:
# - name: go-jsonschema
# repository:
# owner: sighupio
# name: homebrew-go-jsonschema
# skip_upload: auto
# folder: Formula
# homepage: "https://gihub.com/sighupio/go-jsonschema"
# description: "go-jsonschema binary"
# test: |
# system "#{bin}/go-jsonschema"
# install: |
# bin.install 'go-jsonschema'
dockers:
- skip_push: auto
use: buildx
image_templates:
- "omissis/go-jsonschema:{{ .Version }}-amd64"
- "sighupio/go-jsonschema:{{ .Version }}-amd64"
build_flag_templates:
- "--target=go-jsonschema"
- "--label=org.opencontainers.image.created={{.Date}}"
@@ -65,7 +65,7 @@ dockers:
- skip_push: auto
use: buildx
image_templates:
- "omissis/go-jsonschema:{{ .Version }}-arm64v8"
- "sighupio/go-jsonschema:{{ .Version }}-arm64v8"
build_flag_templates:
- "--target=go-jsonschema"
- "--label=org.opencontainers.image.created={{.Date}}"
@@ -76,22 +76,22 @@ dockers:
goarch: arm64
docker_manifests:
- skip_push: auto
name_template: "omissis/go-jsonschema:latest"
name_template: "sighupio/go-jsonschema:latest"
image_templates:
- "omissis/go-jsonschema:{{ .Version }}-amd64"
- "omissis/go-jsonschema:{{ .Version }}-arm64v8"
- "sighupio/go-jsonschema:{{ .Version }}-amd64"
- "sighupio/go-jsonschema:{{ .Version }}-arm64v8"
- skip_push: auto
name_template: "omissis/go-jsonschema:{{ .Major }}"
name_template: "sighupio/go-jsonschema:{{ .Major }}"
image_templates:
- "omissis/go-jsonschema:{{ .Version }}-amd64"
- "omissis/go-jsonschema:{{ .Version }}-arm64v8"
- "sighupio/go-jsonschema:{{ .Version }}-amd64"
- "sighupio/go-jsonschema:{{ .Version }}-arm64v8"
- skip_push: auto
name_template: "omissis/go-jsonschema:{{ .Major }}.{{ .Minor }}"
name_template: "sighupio/go-jsonschema:{{ .Major }}.{{ .Minor }}"
image_templates:
- "omissis/go-jsonschema:{{ .Version }}-amd64"
- "omissis/go-jsonschema:{{ .Version }}-arm64v8"
- "sighupio/go-jsonschema:{{ .Version }}-amd64"
- "sighupio/go-jsonschema:{{ .Version }}-arm64v8"
- skip_push: auto
name_template: "omissis/go-jsonschema:{{ .Version }}"
name_template: "sighupio/go-jsonschema:{{ .Version }}"
image_templates:
- "omissis/go-jsonschema:{{ .Version }}-amd64"
- "omissis/go-jsonschema:{{ .Version }}-arm64v8"
- "sighupio/go-jsonschema:{{ .Version }}-amd64"
- "sighupio/go-jsonschema:{{ .Version }}-arm64v8"
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
adr-tools 3.0.0
golang 1.21.5
golangci-lint 1.55.2
goreleaser 1.21.2
goreleaser 1.24.0
hadolint 2.12.0
shellcheck 0.9.0
shfmt 3.7.0

0 comments on commit 327a995

Please sign in to comment.