Skip to content

Commit cd2c4ec

Browse files
CopilotDRSDavidSoft
andcommitted
Update version change emojis: πŸ”₯ major, πŸš€ minor, ⬆️ patch
Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
1 parent 0f6584f commit cd2c4ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

β€Ž.github/workflows/vendor.ymlβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ jobs:
8686
8787
if ($newVer.Major -gt $oldVer.Major) {
8888
$changeType = "major"
89-
$emoji = "⚠️"
89+
$emoji = "πŸ”₯"
9090
$isMajor = $true
9191
} elseif ($newVer.Minor -gt $oldVer.Minor) {
9292
$changeType = "minor"
93-
$emoji = "✨"
93+
$emoji = "πŸš€"
9494
} else {
9595
$changeType = "patch"
96-
$emoji = "πŸ›"
96+
$emoji = "⬆️"
9797
}
9898
}
9999
} catch {
@@ -140,7 +140,7 @@ jobs:
140140
141141
# Generate major updates changelog section
142142
if ($majorUpdates.Count -gt 0) {
143-
$changelogSection = "`n<details>`n<summary>⚠️ Major version updates - View changelog</summary>`n`n"
143+
$changelogSection = "`n<details>`n<summary>πŸ”₯ Major version updates - View changelog</summary>`n`n"
144144
foreach ($update in $majorUpdates) {
145145
$changelogSection += "### [$($update.name)]($($update.repoUrl))`n"
146146
$changelogSection += "**$($update.oldVersion)** β†’ **$($update.newVersion)**`n`n"

0 commit comments

Comments
Β (0)