Skip to content

Commit

Permalink
fix: update syntax and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kha7iq committed Nov 29, 2023
1 parent db4a0fe commit 6629fac
Showing 1 changed file with 8 additions and 25 deletions.
33 changes: 8 additions & 25 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,15 @@ changelog:

archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip

files:
- README.md
- LICENSE.md

brews:
- tap:
- repository:
owner: kha7iq
name: homebrew-tap
folder: Formula
Expand All @@ -71,12 +68,11 @@ nfpms:
dependencies:
- git


scoop:
url_template: "https://github.com/kha7iq/pingme/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
bucket:
scoops:
- repository:
owner: kha7iq
name: scoop-bucket
url_template: "https://github.com/kha7iq/pingme/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
homepage: https://pingme.lmno.pk
description: PingMe is a CLI tool which provides the ability to send messages or alerts to multiple messaging platforms.
license: MIT
Expand All @@ -97,16 +93,3 @@ dockers:
- "--label=org.opencontainers.image.version={{.Version}}"
- "--label=org.opencontainers.image.source={{.GitURL}}"
- "--platform=linux/amd64"

# publishers:
# - name: aur pingme binary
# env:
# - AUR_SSH_PRIVATE_KEY={{ .Env.AUR_SSH_PRIVATE_KEY }}
# cmd: |
# .github/aur/pingme-bin/publish.sh {{ .Version }}

# - name: aur pingme sources
# env:
# - AUR_SSH_PRIVATE_KEY={{ .Env.AUR_SSH_PRIVATE_KEY }}
# cmd: |
# .github/aur/pingme/publish.sh {{ .Version }}

0 comments on commit 6629fac

Please sign in to comment.