Skip to content

Commit

Permalink
fix(goreleaser): do not mark rcs as latest release (#3701)
Browse files Browse the repository at this point in the history
There is an issue with goreleaser where it will automatically mark
release candidates as the latest release.

Motivated by celestiaorg/celestia-node#3569

Thanks @ramin!
  • Loading branch information
rootulp authored Jul 18, 2024
1 parent 5601f4e commit 99d9def
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,7 @@ changelog:
exclude:
- "^docs:"
- "^test:"
release:
prerelease: auto
git:
prerelease_suffix: "-"
prerelease_suffix: "-rc*"

0 comments on commit 99d9def

Please sign in to comment.