Skip to content

Commit d9cfe53

Browse files
committed
ci: update goreleaser
Signed-off-by: Carlos Alexandro Becker <[email protected]>
1 parent 04a8379 commit d9cfe53

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.goreleaser.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ metadata:
88
description: Semantic Version Utility
99
homepage: "https://github.com/caarlos0/svu"
1010
license: MIT
11+
mod_timestamp: "{{ .CommitDate }}"
1112
maintainers:
1213
- "Carlos Alexandro Becker <carlos at becker dot software>"
1314

@@ -97,6 +98,12 @@ homebrew_casks:
9798
bash: "completions/{{ .ProjectName }}.bash"
9899
zsh: "completions/{{ .ProjectName }}.zsh"
99100
fish: "completions/{{ .ProjectName }}.fish"
101+
hooks:
102+
post:
103+
install: |
104+
if OS.mac?
105+
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/svu"]
106+
end
100107
101108
nfpms:
102109
- file_name_template: "{{ .ConventionalFileName }}"

0 commit comments

Comments
 (0)