Skip to content

Commit c4f041b

Browse files
🩹 [Patch]: Remove note about Cleanup handling in release type determination
1 parent 21c61c6 commit c4f041b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ā€Žscripts/main.ps1ā€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ LogGroup 'Calculate Job Run Conditions:' {
233233

234234
# Determine ReleaseType - what type of release to create
235235
# Values: 'Release', 'Prerelease', 'None'
236-
# Note: Cleanup is a separate decision handled by AutoCleanup
237236
$releaseType = if ($isMergedPR -and $isTargetDefaultBranch) {
238237
'Release'
239238
} elseif ($shouldPrerelease) {

0 commit comments

Comments
Ā (0)