From 4e966f981e4cf49bd450eb73981532d20651eb6b Mon Sep 17 00:00:00 2001 From: Rootul P Date: Mon, 4 Dec 2023 16:15:01 -0500 Subject: [PATCH] ci: configure prerelease-suffix (#2898) Closes https://github.com/celestiaorg/celestia-app/issues/2897 Ref: https://goreleaser.com/customization/git/#git --- .goreleaser.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 1cc81d5fb3..5182fbf1a8 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -114,3 +114,5 @@ changelog: exclude: - "^docs:" - "^test:" +git: + prerelease_suffix: "-"