From 85f213c9da5e3984b07fb189099ed4e9d848a58c Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Fri, 8 Mar 2024 13:58:02 -0300 Subject: [PATCH] docs: clarify changelog sorting refs https://github.com/goreleaser/goreleaser/issues/4642 --- www/docs/customization/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/www/docs/customization/changelog.md b/www/docs/customization/changelog.md index 1e6fe2b679f..84cdd398845 100644 --- a/www/docs/customization/changelog.md +++ b/www/docs/customization/changelog.md @@ -28,6 +28,7 @@ changelog: # Sorts the changelog by the commit's messages. # Could either be asc, desc or empty + # Empty means 'no sorting', it'll use the output of `git log` as is. sort: asc # Max commit hash length to use in the changelog.