mirror of
https://github.com/agersant/polaris
synced 2024-11-10 10:14:12 +00:00
Tagging cleanup
This commit is contained in:
parent
7db8894d65
commit
fe5ab5ba48
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue