Skip to content

Commit 5f2d622

Browse files
committed
fix: add post-install quarantine removal and ignore spec-graph binary
1 parent 126a689 commit 5f2d622

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
.sisyphus/
33
bin/
44
dist/
5+
spec-graph
56
.DS_Store

.goreleaser.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,7 @@ homebrew_casks:
7878
description: Typed specification graph CLI for managing requirements, decisions, and phases
7979
binaries:
8080
- spec-graph
81+
hooks:
82+
post:
83+
install: 'system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}"]'
8184
commit_msg_template: "Update {{ .ProjectName }} to {{ .Tag }}"

0 commit comments

Comments
 (0)