Skip to content

Commit

Permalink
Publish prereleases as such (#893)
Browse files Browse the repository at this point in the history
From the docs (https://goreleaser.com/customization/release/#github):
If set to auto, will mark the release as not ready for production in
case there is an indicator for this in the tag e.g. v1.0.0-rc1.
  • Loading branch information
agarciamontoro authored Feb 27, 2025
1 parent 4954198 commit 33a9b10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ release:
github:
owner: mattermost
name: mattermost-load-test-ng
prerelease: auto
name_template: "{{ .ProjectName }}-v{{ .Version }}"
disable: false

0 comments on commit 33a9b10

Please sign in to comment.