mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-12 09:44:28 +01:00
Make latest branch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user