Skip to content

Commit

Permalink
fix(goreleaser): do not mark rcs as latest release (backport #3701) (#…
Browse files Browse the repository at this point in the history
…3703)

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!<hr>This is an automatic backport of pull request #3701
done by [Mergify](https://mergify.com).

Co-authored-by: Rootul P <[email protected]>
  • Loading branch information
mergify[bot] and rootulp authored Jul 18, 2024
1 parent 779c822 commit e685924
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 e685924

Please sign in to comment.