Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
go releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Dec 15, 2023
1 parent 551ca2f commit a92cc47
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ brews:
name: homebrew-tap
dependencies:
- name: pulumi/tap/pulumi
nfpms:
- maintainer: sst
description: the sst cli
formats:
- deb
- rpm
file_name_template: >-
{{ .ProjectName }}_{{ .Version }}_
{{- if eq .Os "darwin" }}macOS
{{- else }}{{ .Os }}{{ end }}_{{ .Arch }}
changelog:
sort: asc
Expand Down

0 comments on commit a92cc47

Please sign in to comment.