diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 4243c3b..0698bc1 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -24,6 +24,9 @@ builds: 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`.