Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Do a rebase pull on update.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Aug 19, 2020
1 parent d74f3f2 commit 67507c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update-version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ param (

$ErrorActionPreference = "Stop"

& git pull --rebase

$version_old = Get-Content "VERSION" -First 1 -Encoding Ascii
$version_nuget_old, $version_hash_old = $version_old.Split("-")
$version_nuget_major_old, $version_nuget_minor_old, $version_nuget_patch_old = $version_nuget_old.Split(".")
Expand Down

0 comments on commit 67507c4

Please sign in to comment.