mirror of
https://gitgud.io/AsmodeusRex/rjw-race-support.git
synced 2024-08-15 00:03:24 +00:00
Update deploy script
This commit is contained in:
parent
461c96f6dd
commit
d7463fd566
1 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
Write-Output "Wait! Did you update LATEST_CHANGELOG?"
|
||||
pause
|
||||
|
||||
$l = ".\LATEST_CHANGELOG"
|
||||
$c = ".\changelog.txt"
|
||||
$m = "Update to " + $args[0]
|
||||
|
@ -18,5 +21,6 @@ $(
|
|||
) | Set-Content $c
|
||||
|
||||
git add $l $c
|
||||
git commit -q --amend --no-edit
|
||||
git tag $args[0]
|
||||
git commit -q -m $m
|
||||
git tag $args[0]
|
||||
git push origin $args[0]
|
Loading…
Reference in a new issue