Skip to content

Commit

Permalink
update prerelease behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin committed Jul 16, 2024
1 parent 9c2714d commit c9e27c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ builds:
- linux
- darwin

release:
prerelease: auto

git:
prerelease_suffix: -rc*

archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of `uname`.
Expand All @@ -35,6 +41,7 @@ archives:
format_overrides:
- goos: windows
format: zip

signs:
- artifacts: checksum
args:
Expand Down

0 comments on commit c9e27c7

Please sign in to comment.