feat: keep labels in a set and make them lowercase

This commit is contained in:
invakid404
2021-06-23 10:31:36 +03:00
parent dead522cc2
commit dead9527b4
4 changed files with 47 additions and 35 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ export class ReleaseNotes {
mergeCommitSha: '',
author: commit.author || '',
repoName: '',
labels: [],
labels: new Set(),
milestone: '',
body: commit.message || '',
assignees: [],