Skip to content

Commit

Permalink
update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
jtarchie committed Aug 6, 2024
1 parent 5ede20f commit f9c69e4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
project_name: builder

release:
Expand Down Expand Up @@ -43,20 +44,17 @@ archives:
builds_info:
group: root
owner: root
rlcp: true
files:
- README.md
- LICENSE.md
brews:
- tap:
owner: jtarchie
name: builder
- name: builder
test: |
system "#{bin}/builder --help"
install:
bin.install "builder"
checksum:
name_template: 'checksums.txt'
changelog:
skip: true
disable: true

0 comments on commit f9c69e4

Please sign in to comment.