Skip to content

Commit

Permalink
Update deprecated goreleaser option
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSGK committed Nov 16, 2023
1 parent ec7a1e6 commit bb30c58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ brews:
# done with scoop.

# GitHub/GitLab repository to push the formula to
tap:
repository:
# Repository owner template. (templateable)
owner: lekkodev

Expand All @@ -163,7 +163,7 @@ brews:
# gitlab or gitea)
#
# Default depends on the client.
url_template: "https://lekko-cli-releases.s3.amazonaws.com/{{ .Version }}/{{ .ArtifactName }}"
url_template: "https://lekko-cli-releases.s3.amazonaws.com/{{ .Tag }}/{{ .ArtifactName }}"

# Allows you to set a custom download strategy. Note that you'll need
# to implement the strategy and add it to your tap repository.
Expand All @@ -183,7 +183,7 @@ brews:
# email: bot@goreleaser.com

# The project name and current git tag are used in the format string.
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Version }}"
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"

# Folder inside the repository to put the formula.
# Default is the root folder.
Expand Down

0 comments on commit bb30c58

Please sign in to comment.