diff --git a/www/docs/customization/changelog.md b/www/docs/customization/changelog.md index 669c5e08a..ab6809fec 100644 --- a/www/docs/customization/changelog.md +++ b/www/docs/customization/changelog.md @@ -19,9 +19,9 @@ changelog: # # Valid options are: # - `git`: uses `git log`; - # - `github`: uses the compare GitHub API, appending the author login to the changelog. + # - `github`: uses the compare GitHub API, appending the author username to the changelog. # - `gitlab`: uses the compare GitLab API, appending the author name and email to the changelog. - # - `gitea`: uses the compare Gitea API, appending the author username and email to the changelog. + # - `gitea`: uses the compare Gitea API, appending the author username to the changelog. # - `github-native`: uses the GitHub release notes generation API, disables the groups feature. # # Default: 'git'