1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: update git.md

refs #3841

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2023-03-19 22:21:06 -03:00
parent 8877fe1ef4
commit 6e4c0e6abe
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -16,5 +16,7 @@ git:
# What should be used to specify prerelease suffix while sorting tags when gathering
# the current and previous tags if there are more than one tag in the same commit.
#
# Since: v1.17.0.
# Default: empty, uses what's defined in the git configuration.
prerelease_suffix: "-"
```