From db05f1615692a38391c3eb6f227c0617b32336a8 Mon Sep 17 00:00:00 2001 From: Daan Vanden Bosch Date: Tue, 31 Dec 2019 21:28:48 +0100 Subject: [PATCH] Deploy script now outputs a message that deployment was successful with the new version number. --- deploy.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy.ps1 b/deploy.ps1 index c28a3e4b..76de6f20 100644 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -27,3 +27,7 @@ git commit -m "Release $version." git push Set-Location .. + +Write-Output "" +Write-Output "Deployed release $version successfully." +Write-Output ""