Make latest branch

This commit is contained in:
nicolas.dorier
2019-03-29 17:48:24 +09:00
parent 5d9da82d8e
commit 0f2e3ef957

View File

@@ -1,6 +1,8 @@
$ver = [regex]::Match((Get-Content BTCPayServer\BTCPayServer.csproj), '<Version>([^<]+)<').Groups[1].Value
git tag -a "v$ver" -m "$ver"
git push --tags
git checkout latest
git merge master
git checkout master
git tag -d "stable"
git tag -a "stable" -m "stable"
git push --tags --force