btcpayserver/publish-docker.ps1
2017-09-29 15:05:18 +09:00

3 lines
151 B
PowerShell

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