From d1d0a20eef1e11e79c46ddcbc0ed399a39defc2e Mon Sep 17 00:00:00 2001 From: silverqx Date: Sun, 21 Apr 2024 18:01:07 +0200 Subject: [PATCH] tools deploy bugfix wrong commit message --- tools/deploy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deploy.ps1 b/tools/deploy.ps1 index 9e7a17c61..b878a5e6b 100644 --- a/tools/deploy.ps1 +++ b/tools/deploy.ps1 @@ -1018,7 +1018,7 @@ function Get-BumpCommitMessage { # The TinyORM here is correct, it's the only one exception when the casing doesn't match, # it should be TinyOrm (because it's a version number for the TinyOrm library) but I take it # as TinyORM project (as whole) version number - $message = 'TinyORM v' + $TinyOrmBumpValue.versionBumped + $message = 'bump version to TinyORM v' + $TinyOrmBumpValue.versionBumped # tom # I want to have the tom version number in the commit title if it was bumped