Tagging cleanup

This commit is contained in:
Antoine Gersant 2020-08-04 23:32:36 -07:00
parent 7db8894d65
commit fe5ab5ba48

View file

@ -4,5 +4,7 @@ Get-ChildItem "Cargo.toml" | ForEach-Object {
$script:POLARIS_VERSION = $matches[1]
}
git tag -a $POLARIS_VERSION -m "Polaris $POLARIS_VERSION"
git push origin $POLARIS_VERSION
git tag -d $POLARIS_VERSION
git push --delete origin $POLARIS_VERSION
git tag $POLARIS_VERSION
git push --tags