mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-31 11:54:24 +01:00
Remove stable and latest branch
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
$ver = [regex]::Match((Get-Content Build/Version.csproj), '<Version>([^<]+)<').Groups[1].Value
|
||||
git tag -a "v$ver" -m "$ver"
|
||||
git checkout latest
|
||||
git merge master
|
||||
git checkout master
|
||||
git tag -d "stable"
|
||||
git tag -a "stable" -m "stable"
|
||||
git push origin latest master "v$ver" --force
|
||||
git push origin "v$ver" --force
|
||||
|
||||
Reference in New Issue
Block a user