Skip to content

Commit

Permalink
Update the GoReleaser file and remove the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsokolovsky committed Jan 16, 2023
1 parent 4642b4d commit 18f6f44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 29 deletions.
7 changes: 5 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,24 @@ changelog:
skip: true
brews:
-
name: shipyard
tap:
owner: shipyard
name: homebrew-tap
branch: main

url_template: "https://github.com/shipyardbuild/shipyard-cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"

download_strategy: CurlDownloadStrategy
commit_author:
name: shipyard
email: [email protected]

commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
folder: Formula

homepage: "https://shipyard.build/"
homepage: "https://shipyard.build"
description: "A tool to manage Ephemeral Environments on the Shipyard platform"
license: "Apache2"

install: |
bin.install "shipyard-{{.Os}}-{{.Arch}}" => "shipyard"
27 changes: 0 additions & 27 deletions Makefile

This file was deleted.

0 comments on commit 18f6f44

Please sign in to comment.