From 489abba9b81dbae89f159f68ef2096800ee23af8 Mon Sep 17 00:00:00 2001 From: silverqx Date: Thu, 22 Aug 2024 12:32:54 +0200 Subject: [PATCH] tools deploy updated pwsh help [skip ci] --- tools/deploy.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/deploy.ps1 b/tools/deploy.ps1 index b2dfc188c..30444b3db 100644 --- a/tools/deploy.ps1 +++ b/tools/deploy.ps1 @@ -1845,6 +1845,10 @@ Invoke-PostDeployActions - if TinyOrm version number wasn't bumped allow to bump the port-version number in vcpkg.json - prepare the vcpkg commit message - do the commit, merge to the `main` branch (ff-only), and push to the `origin/main` + - invoke post-deploy actions + - remove MSYS2 CMake Build Trees for GitHub Windows self-hosted runner + - remove all 'TinyORM-builds-cmake\Drivers-msys2-u-*' build trees as tst_Versions test case will fail (ccache bug) + - write to the output all other post-deploy actions that need to be done manually The deployment is not possible without bumping the `TinyOrm` library version number because a git tag must be created. That means that bumping only the `tom`, `TinyDrivers`, `TinyMySql`, or `TinyUtils` isn't possible. This used to be possible, but not anymore because git tags are created during deployment.