Skip to content

Commit 3672256

Browse files
Robert Holtrjmholt
Robert Holt
authored andcommitted
Add changelog emoji
1 parent f317722 commit 3672256

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

tools/changelog/updateChangelog.ps1

+21
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,27 @@ $clEntryParams = @{
221221
TagLabels = @{
222222
'Issue-Enhancement' = ''
223223
'Issue-Bug' = '🐛'
224+
'Issue-Performance' = '⚡️'
225+
'Area-Build & Release' = '👷'
226+
'Area-Code Formatting' = '📝'
227+
'Area-Configuration' = '🔧'
228+
'Area-Debugging' = '🔍'
229+
'Area-Documentation' = '📖'
230+
'Area-Engine' = '🚂'
231+
'Area-Folding' = '📚'
232+
'Area-Integrated Console' = '📟'
233+
'Area-IntelliSense' = '🧠'
234+
'Area-Logging' = '💭'
235+
'Area-Pester' = '🐢'
236+
'Area-Script Analysis' = '👮‍'
237+
'Area-Snippets' = '✂️'
238+
'Area-Startup' = '🛫'
239+
'Area-Symbols & References' = '🔗'
240+
'Area-Tasks' = ''
241+
'Area-Test' = '🚨'
242+
'Area-Threading' = '⏱️'
243+
'Area-UI' = '📺'
244+
'Area-Workspaces' = '📁'
224245
}
225246
NoThanks = $noThanks
226247
Verbose = $VerbosePreference

0 commit comments

Comments
 (0)