Skip to content

Commit

Permalink
fixed prerelease flag
Browse files Browse the repository at this point in the history
  • Loading branch information
raianand committed Apr 1, 2024
1 parent 2b73ccb commit 8f01a6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

version: 1

prereleases: auto

before:
hooks:
# You may remove this if you don't use go modules.
Expand Down Expand Up @@ -111,3 +109,6 @@ changelog:
exclude:
- "^docs:"
- "^test:"

release:
prerelease: auto

0 comments on commit 8f01a6b

Please sign in to comment.