We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fadb518 commit 8be8a61Copy full SHA for 8be8a61
build/bump-version.ps1
@@ -1,3 +1,4 @@
1
+#!/usr/bin/env pwsh
2
# Script to bump version numbers for HudClock
3
param(
4
[Parameter(Mandatory=$true)]
@@ -107,4 +108,4 @@ if (-not $Push) {
107
108
Write-Host @"
109
- Monitor CI/CD: https://github.com/lionfire/hudclock/actions
110
- View releases: https://github.com/lionfire/hudclock/releases
-"@ -ForegroundColor Yellow
111
+"@ -ForegroundColor Yellow
0 commit comments