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.
1 parent 9231eb4 commit d65c0d7Copy full SHA for d65c0d7
tools/updateVersion.ps1
@@ -20,5 +20,4 @@ $f = $f -replace '^(?<prefix>\s+<ModuleVersion>)(.+)(?<suffix></ModuleVersion>)$
20
$f | Set-Content -Path $Path
21
git add $Path
22
23
-git commit --edit --message v${Version}: $Changes"
24
-"
+git commit --edit --message "v${Version}: $Changes"
0 commit comments