From 233c4bc26e7e518ad3ea6d71179a1ef538048c52 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Tue, 5 Dec 2023 22:42:17 -0300 Subject: [PATCH] docs: fix changelog subgroups docs --- www/docs/customization/changelog.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/www/docs/customization/changelog.md b/www/docs/customization/changelog.md index 76d1bff7f34..f6ef221dfe1 100644 --- a/www/docs/customization/changelog.md +++ b/www/docs/customization/changelog.md @@ -67,20 +67,21 @@ changelog: order: 1 - title: Others order: 999 + # A group can have subgroups. # If you use this, all the commits that match the parent group will also # be checked against its subgroups. If some of them matches, it'll be - # grouped there, otherwise they'll remain ungrouped. + # grouped there, otherwise they'll remain not grouped. # # The title is optional - you can think of groups as a way to order # commits within a group. # - # There can only be one level of subgroups, i.e. a subgroup cannot have - # subgroups. + # There can only be one level of subgroups, i.e.: a subgroup can't have + # subgroups within it. # # Since: v1.15 (pro) # This feature is only available in GoReleaser Pro. - subgroups: + groups: - title: "Docs" regex: ".*docs.*" order: 1