Skip to content

Commit 489abba

Browse files
committed
tools deploy updated pwsh help
[skip ci]
1 parent 7b07498 commit 489abba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/deploy.ps1

+4
Original file line numberDiff line numberDiff line change
@@ -1845,6 +1845,10 @@ Invoke-PostDeployActions
18451845
- if TinyOrm version number wasn't bumped allow to bump the port-version number in vcpkg.json
18461846
- prepare the vcpkg commit message
18471847
- do the commit, merge to the `main` branch (ff-only), and push to the `origin/main`
1848+
- invoke post-deploy actions
1849+
- remove MSYS2 CMake Build Trees for GitHub Windows self-hosted runner
1850+
- remove all 'TinyORM-builds-cmake\Drivers-msys2-u-*' build trees as tst_Versions test case will fail (ccache bug)
1851+
- write to the output all other post-deploy actions that need to be done manually
18481852
18491853
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.
18501854

0 commit comments

Comments
 (0)