Skip to content

Commit

Permalink
feat: add ldcli formula to homebrew-tap (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny Guduru authored Apr 3, 2024
1 parent 0c73d90 commit 1d638dc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
brews:
-
ids:
- ldcli
name: ldcli

description: "The official command line interface for managing LaunchDarkly feature flags."

homepage: "https://launchdarkly.com"

repository:
owner: launchdarkly
name: homebrew-tap
token: "{{ .Env.GITHUB_TOKEN }}"

folder: Formula

url_template: "https://github.com/launchdarkly/ldcli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"

install: |
bin.install "ldcli"
commit_author:
name: LaunchDarklyReleaseBot
email: launchdarklyreleasebot@launchdarkly.com

0 comments on commit 1d638dc

Please sign in to comment.