Remove stable and latest branch

This commit is contained in:
nicolas.dorier 2021-04-01 12:05:54 +09:00
parent 94acf60100
commit 1b2399745d
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -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