This commit is contained in:
2025-07-20 05:35:30 +10:00
parent e8191e2de8
commit f63101138f

View File

@@ -131,7 +131,7 @@ jobs:
$latestTag = & git describe --tags --abbrev=0 2>$null
Write-Host "Latest tag found: $latestTag"
} catch {
Write-Host "No previous tags found, showing all commits"
Write-Host "No previous tags found - showing all commits"
}
# Generate commit history since last tag (or all commits if no tag)