Skip to content

Commit

Permalink
fix(ci/release): golreleaser pre-release behavior (#3569)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin authored Jul 17, 2024
1 parent f98d632 commit 5e6ef23
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 @@ -65,5 +65,7 @@ changelog:
exclude:
- "^docs:"
- "^test:"
release:
prerelease: auto
git:
prerelease_suffix: "-"
prerelease_suffix: "-rc*"

0 comments on commit 5e6ef23

Please sign in to comment.