We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 323f148 + 8bd0b28 commit b28f7a8Copy full SHA for b28f7a8
.github/workflows/GitFlow_Nightly-builds.yml
@@ -44,6 +44,9 @@ jobs:
44
Write-Host "Checking for new changes since last release" -ForegroundColor Cyan
45
Write-Host "========================================" -ForegroundColor Cyan
46
47
+ # Initialize RELEASE_TYPE with a default value to handle edge cases
48
+ $RELEASE_TYPE = "preminor"
49
+
50
# Get the latest release tag to determine release type
51
$LATEST_TAG = git tag -l --sort=-version:refname | Select-Object -First 1
52
Write-Host "`n[INFO] Latest release tag: $LATEST_TAG" -ForegroundColor Green
0 commit comments