btcpayserver/publish-docker.ps1

3 lines
151 B
PowerShell
Raw Normal View History

2017-09-29 15:05:18 +09:00
$ver = [regex]::Match((Get-Content BTCPayServer\BTCPayServer.csproj), '<Version>([^<]+)<').Groups[1].Value
git tag -a "v$ver" -m "$ver"
git push --tags