Skip to content

Commit 2c8d2d9

Browse files
Nightapesfwiedmann
authored andcommitted
style(changelog): simplify string sort
1 parent 8acb8b7 commit 2c8d2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/changelog/changelog.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func (c *Changelog) GenerateChangelog(templateConfig shared.ChangelogTemplateCon
193193
i++
194194
}
195195

196-
sort.Sort(sort.StringSlice(authorsNames))
196+
sort.Strings(authorsNames)
197197

198198
changelogContent := changelogContent{
199199
CommitsContent: commitsContent,

0 commit comments

Comments
 (0)