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 c1356fa commit caa481fCopy full SHA for caa481f
commit-assemblyinfo-changes.ps1
@@ -7,7 +7,7 @@ else
7
{
8
# updated assembly info files
9
git add "source\nanoFramework.CoreLibrary\System\AssemblyInfo2.cs"
10
- git commit -m "Update assembly info file for v$env:GitVersion_NuGetVersionV2" -m"[version update]"
+ git commit -m "Update assembly info file for v$env:GitVersion_NuGetVersionV2 [skip ci]" -m"[version update]"
11
git push origin --porcelain -q > $null
12
13
'Updated assembly info...' | Write-Host -ForegroundColor White -NoNewline
0 commit comments