Skip to content

Commit 5db185d

Browse files
authored
Update commit-assemblyinfo-changes.ps1
1 parent 74e4d4e commit 5db185d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commit-assemblyinfo-changes.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ else
77
{
88
# updated assembly info files
99
git add "source\nanoFramework.Hardware.Esp32\Properties\AssemblyInfo.cs"
10-
git commit -m "Update assembly info file for v$env:GitVersion_NuGetVersionV2" -m"[version update]"
10+
git commit -m "Update assembly info file for v$env:GitVersion_NuGetVersionV2 [skip ci]" -m"[version update]"
1111
git push origin --porcelain -q > $null
1212

1313
'Updated assembly info...' | Write-Host -ForegroundColor White -NoNewline

0 commit comments

Comments
 (0)