Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilak Kumar G committed Jun 4, 2024
1 parent 9bd3199 commit fcf8fa7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ archives:
format_overrides:
- goos: windows
format: zip
#replacements:
# darwin: Darwin
#linux: Linux
#windows: Windows
#386: x86
#amd64: x86_64
snapshot:
name_template: SNAPSHOT-{{ .Tag }}-{{ .Commit }}
checksum:
Expand All @@ -56,7 +50,6 @@ changelog:
release:
github:
owner: logfire-ai
#name: "{{ env.REPO_NAME }}"
draft: true
prerelease: auto
discussion_category_name: General
Expand All @@ -76,7 +69,6 @@ release:
- Item 2
footer: |
## Thanks!
brews:
- repository:
name: homebrew-tap
Expand All @@ -95,7 +87,6 @@ brews:
install: bin.install "logfire"
test: |
system "#{bin/logfire}"
nfpms:
- maintainer: logfire-ai
id: logfire
Expand All @@ -105,11 +96,8 @@ nfpms:
formats:
- deb
- rpm
#replacements:
# darwin: Darwin
bindir: /usr/bin
release: 1

scoops:
- name: logfire
url_template: 'https://github.com/logfire-ai/cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}'
Expand Down

0 comments on commit fcf8fa7

Please sign in to comment.