Skip to content

Commit

Permalink
feat: goreleaser name uses project name (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdh authored Sep 18, 2023
1 parent ed2707b commit 2bf08fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ project_name: siren
release:
draft: true
prerelease: auto
name_template: "{{.ProjectName}}-v{{.Version}}"

before:
hooks:
Expand Down
1 change: 1 addition & 0 deletions plugins/providers/cortex/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ project_name: siren-cortex
release:
draft: true
prerelease: auto
name_template: "{{.ProjectName}}-v{{.Version}}"

before:
hooks:
Expand Down

0 comments on commit 2bf08fe

Please sign in to comment.