remove stable and latest branch

This commit is contained in:
nicolas.dorier 2021-01-28 22:50:39 +09:00
parent cde241b3f5
commit 45819a7c47
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -1,9 +1,3 @@
$ver = [regex]::Match((Get-Content NBXplorer\NBXplorer.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 "v$ver"
git push --force origin stable
git push origin "v$ver"