Skip to content

Commit f76393a

Browse files
committed
feat: complete distribution setup for npm, homebrew, and scoop
1 parent 9da7d7a commit f76393a

File tree

6 files changed

+219
-492
lines changed

6 files changed

+219
-492
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ brews:
121121
system "#{bin}/vapi", "--version"
122122
install: |
123123
bin.install "vapi"
124-
skip_upload: true # Set to false when ready to publish to Homebrew
124+
skip_upload: false # Now ready to publish to Homebrew
125125

126126
# Scoop bucket configuration (for Windows users)
127127
scoops:
@@ -134,7 +134,7 @@ scoops:
134134
homepage: "https://vapi.ai"
135135
description: "Voice AI for developers - Vapi CLI"
136136
license: MIT
137-
skip_upload: true # Set to false when ready to publish to Scoop
137+
skip_upload: false # Now ready to publish to Scoop
138138

139139
# Docker images (optional, for containerized usage)
140140
# dockers:

0 commit comments

Comments
 (0)